Skip to content

Commit 9722e88

Browse files
committed
chore: Format Dockerfile AS keyword properly
1 parent 17ce5d0 commit 9722e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:alpine as builder
1+
FROM golang:alpine AS builder
22
WORKDIR /app
33
ADD . ./
44
RUN CGO_ENABLED=0 GOOS=linux go build -buildvcs=false -a -installsuffix cgo -o k8s-ttl-controller .

0 commit comments

Comments
 (0)