Skip to content

Commit

Permalink
Merge pull request #192 from gardener/dependabot/docker/golang-1.23.4
Browse files Browse the repository at this point in the history
Bump golang from 1.23.3 to 1.23.4
  • Loading branch information
Roncossek authored Dec 12, 2024
2 parents 76edf00 + edd18b8 commit 2c32954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############# builder
FROM golang:1.23.3 AS builder
FROM golang:1.23.4 AS builder

WORKDIR /go/src/github.com/gardener/gardener-extension-os-suse-chost
# cache deps before building and copying source so that we don't need to re-download as much
Expand Down

0 comments on commit 2c32954

Please sign in to comment.