Skip to content
This repository was archived by the owner on Jul 25, 2020. It is now read-only.

Commit 4194b49

Browse files
committed
Update alpine Docker tag to v3.11
1 parent cc7d18b commit 4194b49

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
@@ -10,7 +10,7 @@ RUN go get .
1010
RUN go build -ldflags '-extldflags "-static"' -tags netgo -v -o /go/bin/controller
1111

1212
# minimal runtime
13-
FROM alpine:3.10
13+
FROM alpine:3.11
1414
RUN apk add --no-cache ca-certificates && update-ca-certificates
1515
WORKDIR /workdir
1616
COPY --from=builder /go/bin/controller /bin/controller

0 commit comments

Comments
 (0)