From 3830dc1dcc73a169f244c1a86777e85946acca49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:17:27 +0000 Subject: [PATCH] chore(deps): bump the docker group across 1 directory with 2 updates Bumps the docker group with 2 updates in the / directory: alpine and golang. Updates `alpine` from 3.20.0 to 3.21.0 Updates `golang` from 1.22 to 1.23 --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.canary | 2 +- Dockerfile.protoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1113c80aa9d5..febdad178f56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.3 +FROM alpine:3.21.0 RUN apk --no-cache add ca-certificates git COPY trivy /usr/local/bin/trivy COPY contrib/*.tpl contrib/ diff --git a/Dockerfile.canary b/Dockerfile.canary index bd65bc46195d..913553c514c9 100644 --- a/Dockerfile.canary +++ b/Dockerfile.canary @@ -1,4 +1,4 @@ -FROM alpine:3.20.0 +FROM alpine:3.21.0 RUN apk --no-cache add ca-certificates git # binaries were created with GoReleaser diff --git a/Dockerfile.protoc b/Dockerfile.protoc index f87c333562b9..e356007d33f1 100644 --- a/Dockerfile.protoc +++ b/Dockerfile.protoc @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 golang:1.22 +FROM --platform=linux/amd64 golang:1.23 # Set environment variable for protoc ENV PROTOC_ZIP=protoc-3.19.4-linux-x86_64.zip