summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-23 17:06:59 +0000
committerGitHub <noreply@github.com>2025-02-23 17:06:59 +0000
commitc3c682c7b03d3d5393e42964f4b9c45cc59e0a2c (patch)
tree502c21f79c9632b388d5412d54370d84e0e0f5a3
parent1ebbc31fb242f4dd85a8db188f77d838b61d6db8 (diff)
deps(docker): Bump golang from 1.23-alpine to 1.24-alpine (#2320)
Bumps golang from 1.23-alpine to 1.24-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Dockerfile2
-rw-r--r--Dockerfile.integration2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 161375b4..c9b9a6a1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.8-labs
-FROM --platform=linux/amd64 golang:1.23-alpine AS build
+FROM --platform=linux/amd64 golang:1.24-alpine AS build
ARG TARGETOS
ARG TARGETARCH
diff --git a/Dockerfile.integration b/Dockerfile.integration
index 96cc09c4..cefe84d2 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -2,7 +2,7 @@ FROM vault:1.13.3 AS vault
FROM consul:1.15.4 AS consul
-FROM golang:1.23-alpine
+FROM golang:1.24-alpine
COPY --from=vault /bin/vault /bin/vault
COPY --from=consul /bin/consul /bin/consul