Skip to content

Commit 76b00bf

Browse files
committed
Update dependency golang to v1.18
1 parent 3bd6fd0 commit 76b00bf

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.18 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)