Skip to content

Commit

Permalink
Merge pull request #316 from gardener/dependabot/docker/golang-1.21.4
Browse files Browse the repository at this point in the history
Bump golang from 1.21.3 to 1.21.4
  • Loading branch information
DockToFuture authored Nov 9, 2023
2 parents 5150c1f + 02d7598 commit d68a14d
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.21.3 AS builder
FROM golang:1.21.4 AS builder

WORKDIR /go/src/github.com/gardener/gardener-extension-networking-calico
COPY . .
Expand Down

0 comments on commit d68a14d

Please sign in to comment.