We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ce5d0 commit 9722e88Copy full SHA for 9722e88
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:alpine as builder
+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 .
0 commit comments