From 805683c03f2875f0cc3721d7fdaad4d75f2396c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 01:20:11 +0000 Subject: [PATCH] deps(docker): 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] --- Dockerfile | 2 +- Dockerfile.integration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0cbc4805e..3b64bfccc 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 8f418db9d..96cc09c44 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