We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9722e88 commit 009f096Copy full SHA for 009f096
Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:alpine AS builder
2
WORKDIR /app
3
ADD . ./
4
-RUN CGO_ENABLED=0 GOOS=linux go build -buildvcs=false -a -installsuffix cgo -o k8s-ttl-controller .
+RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o k8s-ttl-controller .
5
RUN apk --update add ca-certificates
6
7
FROM scratch
0 commit comments