summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-14 22:51:14 +0000
committerGitHub <[email protected]>2024-08-14 22:51:14 +0000
commitd03c6d287585a25d638910e43846ec06a65a3e1f (patch)
tree36e88e2eb11dae15354c72de8846dbcc4486f8b8
parent239a717ed316e4aca1441a28c70072619cc5cee5 (diff)
chore(deps): bump golang from 1.22-alpine to 1.23-alpine
Bumps golang from 1.22-alpine to 1.23-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 8363b2cf..841fb981 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# Image page: <https://hub.docker.com/_/golang>
-FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.22-alpine as builder
+FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-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)" .`