Skip to content

Commit

Permalink
Merge pull request #97 from gardener/dependabot/docker/cmd/golang-1.22.2
Browse files Browse the repository at this point in the history
Bump golang from 1.22.1 to 1.22.2 in /cmd
  • Loading branch information
axel7born authored Apr 4, 2024
2 parents 5870896 + 2c48cc7 commit c05d9a8
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.22.1'
image: 'golang:1.22.2'
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.22.1 AS builder
FROM golang:1.22.2 AS builder

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

0 comments on commit c05d9a8

Please sign in to comment.