diff options
author | Valery Piashchynski <[email protected]> | 2022-08-03 17:20:42 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-03 17:20:42 +0200 |
commit | 203c0f388b02d2a9aedb0cb19d89970af5e5fdcb (patch) | |
tree | ed875d8903c809f439478c24667068930a4ad2c6 /Dockerfile | |
parent | f85dd414a6425f390445f817eb40671d51ff2645 (diff) |
ci: go1.19
remove new_relic middleware
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Image page: <https://hub.docker.com/_/golang> -FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.18-alpine as builder +FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.19-alpine as builder # app version and build date must be passed during image building (version without any prefix). # e.g.: `docker build --build-arg "APP_VERSION=1.2.3" --build-arg "BUILD_TIME=$(date +%FT%T%z)" .` |