Skip to content

Commit

Permalink
e2e-gcloud(deps): bump golang in /images/e2e-gcloud
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.5-alpine3.21 to 1.23.6-alpine3.21.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 4c6869b commit 97b7644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/e2e-gcloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.5-alpine3.21 as base
FROM golang:1.23.6-alpine3.21 as base

RUN set -eux; \
apk upgrade --no-cache; \
Expand Down

0 comments on commit 97b7644

Please sign in to comment.