Skip to content

Commit

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

Bump golang from 1.22.2 to 1.22.3 in /cmd
  • Loading branch information
DockToFuture authored May 8, 2024
2 parents 43b5c3c + d29e0fc commit 1d03c74
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.2'
image: 'golang:1.22.3'
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.2 AS builder
FROM golang:1.22.3 AS builder

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

0 comments on commit 1d03c74

Please sign in to comment.