diff options
author | Valery Piashchynski <[email protected]> | 2022-08-03 17:36:09 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-03 17:36:09 +0200 |
commit | 78f1f7097b5a3f5c879473b8d0bbf10aa34a54ab (patch) | |
tree | 4b39274c4e2eb842eb9a4fcbfa3794758a050521 /Dockerfile | |
parent | 512ed22249d3d35b31fc86be80afb4331e66ff74 (diff) | |
parent | f4f8dfc3e31fb7d21ba329d55d1e1a49a2d7e4fc (diff) |
[#1241]: build/ci: go1.19
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.19.0-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)" .` |