Skip to content

Commit

Permalink
Merge pull request gardener#61 from gardener/dependabot/docker/golang…
Browse files Browse the repository at this point in the history
…-1.22.2

Bump golang from 1.22.1 to 1.22.2
  • Loading branch information
MartinWeindel committed Apr 4, 2024
2 parents f32d48a + d11dbd3 commit 7fd9e0b
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
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

############# builder
FROM golang:1.22.1 AS builder
FROM golang:1.22.2 AS builder

WORKDIR /build

Expand Down

0 comments on commit 7fd9e0b

Please sign in to comment.