summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-09 20:50:55 +0000
committerGitHub <noreply@github.com>2024-11-09 20:50:55 +0000
commit8946529478bb9ca417df438604b322c5bee2ed29 (patch)
tree80badade9fb140ee137d7045c028f78b3010c9f1
parent60a575f8e18dbfe383a10bb4536890dbaaaf291f (diff)
deps(docker): Bump golang from 1.22-alpine to 1.23-alpine (#2212)
Bumps golang from 1.22-alpine to 1.23-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 0cbc4805..3b64bfcc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.8-labs
-FROM --platform=linux/amd64 golang:1.22-alpine AS build
+FROM --platform=linux/amd64 golang:1.23-alpine AS build
ARG TARGETOS
ARG TARGETARCH
diff --git a/Dockerfile.integration b/Dockerfile.integration
index 8f418db9..96cc09c4 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.22-alpine
+FROM golang:1.23-alpine
COPY --from=vault /bin/vault /bin/vault
COPY --from=consul /bin/consul /bin/consul