Skip to content

Commit 67b05e3

Browse files
Update golang Docker tag to v1.19
1 parent 3bd6fd0 commit 67b05e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine as certs
22
RUN apk add --no-cache ca-certificates && update-ca-certificates
33

4-
FROM golang:1.17 as builder
4+
FROM golang:1.19 as builder
55
WORKDIR /app
66
ADD . .
77
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w -extldflags='-static'" -o /bin/controller

0 commit comments

Comments
 (0)