Skip to content

Commit

Permalink
Merge pull request #74 from gardener/dependabot/docker/cmd/golang-1.21.6
Browse files Browse the repository at this point in the history
Bump golang from 1.21.5 to 1.21.6 in /cmd
  • Loading branch information
DockToFuture authored Jan 11, 2024
2 parents e753766 + 09fb56b commit d570305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiserver-proxy:
base_definition:
steps:
verify:
image: 'golang:1.21.5'
image: 'golang:1.21.6'
traits:
component_descriptor:
ocm_repository: europe-docker.pkg.dev/gardener-project/snapshots
Expand Down
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.21.5 AS builder
FROM golang:1.21.6 AS builder

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

0 comments on commit d570305

Please sign in to comment.