Skip to content

Commit 4013d21

Browse files
committed
fact(Dockerfile): fix linter warning for AS
1 parent a2d2e01 commit 4013d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BUILDTIME_BASE=golang:1-alpine
22
ARG RUNTIME_BASE=alpine:latest
33
ARG TARGETPLATFORM
44
ARG CNI_VERSION
5-
FROM ${BUILDTIME_BASE} as builder
5+
FROM ${BUILDTIME_BASE} AS builder
66
ENV BUILD_IN_DOCKER=false
77

88
WORKDIR /build

0 commit comments

Comments
 (0)