summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-02 22:29:49 +0000
committerGitHub <[email protected]>2022-08-02 22:29:49 +0000
commit6ab6bc614a66f0c0835f89de3e8fb4ffaa1b7dcc (patch)
tree8dfbe2a39d740415b76a3cb48a4e24ca500935c9
parentd6cfdf476b592ea66d70a03ad2f0c8a8edebd17f (diff)
build(deps): bump golang from 1.18-alpine to 1.19.0-alpine
Bumps golang from 1.18-alpine to 1.19.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c6488445..d5c54f47 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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)" .`