Skip to content

Commit

Permalink
Merge pull request #124 from gardener/bump-golang-1.20.2
Browse files Browse the repository at this point in the history
bump builder image to golang-1.20.2
  • Loading branch information
MartinWeindel authored Mar 27, 2023
2 parents f69075d + 8df25fe commit 842ec5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/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.20.1 AS builder
FROM golang:1.20.2 AS builder

WORKDIR /build
COPY . .
Expand Down

0 comments on commit 842ec5e

Please sign in to comment.