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