diff options
author | Valery Piashchynski <[email protected]> | 2022-08-03 13:32:12 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-03 13:32:12 +0200 |
commit | 512ed22249d3d35b31fc86be80afb4331e66ff74 (patch) | |
tree | 8a3abb84c8e701736abbfa6fc1f33bf4baa3b217 | |
parent | c57ef7e7a04e351270a70bee4438fda2fd730773 (diff) | |
parent | 5427bc2ebbbbb77aa045a73047f67aa39d2d958e (diff) |
[#1240]: build(deps): bump golang from 1.18-alpine to 1.19.0-alpine
-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.0-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)" .` |