From 4a0bdbe1cee8ff8dbfbfbbd5caf0f8b198226eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:48:54 +0100 Subject: [PATCH] move-gcs-bucket(deps): bump alpine from 3.21.0 to 3.21.1 in /cmd/cloud-run/move-gcs-bucket (#12503) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * move-gcs-bucket(deps): bump alpine in /cmd/cloud-run/move-gcs-bucket Bumps alpine from 3.21.0 to 3.21.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * go mod tidy --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wojciech Sołtys <74361703+Sawthis@users.noreply.github.com> --- cmd/cloud-run/move-gcs-bucket/Dockerfile | 2 +- go.mod | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cmd/cloud-run/move-gcs-bucket/Dockerfile b/cmd/cloud-run/move-gcs-bucket/Dockerfile index ddcac54af3ef..205492ae9a60 100644 --- a/cmd/cloud-run/move-gcs-bucket/Dockerfile +++ b/cmd/cloud-run/move-gcs-bucket/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /app/cmd/cloud-run/move-gcs-bucket # Build the Go app with static linking RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main . -FROM alpine:3.21.0 +FROM alpine:3.21.1 LABEL io.kyma-project.source=github.com/kyma-project/test-infra/cmd/cloud-run/move-gcs-bucket diff --git a/go.mod b/go.mod index 50cc06902f46..28ba502ffe12 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,8 @@ module github.com/kyma-project/test-infra -go 1.22.0 -toolchain go1.23.0 +go 1.23 + +toolchain go1.23.4 require ( cloud.google.com/go/compute/metadata v0.6.0