Skip to content

Commit

Permalink
move-gcs-bucket(deps): bump alpine from 3.21.0 to 3.21.1 in /cmd/clou…
Browse files Browse the repository at this point in the history
…d-run/move-gcs-bucket (#12503)

* 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] <[email protected]>

* go mod tidy

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wojciech Sołtys <[email protected]>
  • Loading branch information
dependabot[bot] and Sawthis authored Jan 8, 2025
1 parent 9012ab4 commit 4a0bdbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/cloud-run/move-gcs-bucket/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4a0bdbe

Please sign in to comment.