Skip to content

Commit

Permalink
Merge pull request #126 from gardener/dependabot/docker/cmd/golang-1.…
Browse files Browse the repository at this point in the history
…22.6

Bump golang from 1.22.5 to 1.22.6 in /cmd
  • Loading branch information
axel7born authored Aug 8, 2024
2 parents edc30fc + b496187 commit 3e4436f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############# builder #############
FROM golang:1.22.5 AS builder
FROM golang:1.22.6 AS builder

WORKDIR /go/src/github.com/gardener/apiserver-proxy
COPY . .
Expand Down

0 comments on commit 3e4436f

Please sign in to comment.