diff options
author | Valery Piashchynski <[email protected]> | 2023-02-02 00:34:52 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-02-02 00:34:52 +0100 |
commit | 8e278ef3d1c57c7447aaa096b203a695b930de78 (patch) | |
tree | 9774e61729d9341eba8ac2e96bc37efb699ebd4a /Dockerfile | |
parent | 3a8ac04b490e83287fd09f0a315e9a19dea3247a (diff) |
chore(go): go 1.20
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-alpine as builder +FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.20-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)" .` |