Skip to content

Commit

Permalink
Update to go 1.20 in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Schneider <[email protected]>
  • Loading branch information
JensAc committed Aug 30, 2023
1 parent 7727c52 commit 887931c
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
@@ -1,5 +1,5 @@
############# builder #############
FROM eu.gcr.io/gardener-project/3rd/golang:1.18.4 AS builder
FROM golang:1.20.2 AS builder

ENV BINARY_PATH=/go/bin
WORKDIR /go/src/github.com/23technologies/machine-controller-manager-provider-hcloud
Expand Down

0 comments on commit 887931c

Please sign in to comment.