Skip to content

Commit

Permalink
docker-rotate-sa(deps): bump golang
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.6-alpine3.21 to 1.24.0-alpine3.21.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2025
1 parent edc048e commit 5979f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cloud-run/rotate-service-account/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.6-alpine3.21 as builder
FROM golang:1.24.0-alpine3.21 as builder

WORKDIR /go/src/github.com/kyma-project/test-infra
COPY . .
Expand Down

0 comments on commit 5979f1b

Please sign in to comment.