We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd6fd0 commit 76b00bfCopy full SHA for 76b00bf
controller/Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine as certs
2
RUN apk add --no-cache ca-certificates && update-ca-certificates
3
4
-FROM golang:1.17 as builder
+FROM golang:1.18 as builder
5
WORKDIR /app
6
ADD . .
7
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w -extldflags='-static'" -o /bin/controller
0 commit comments