Skip to content

Commit

Permalink
fact(Dockerfile): fix linter warning for AS
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Jun 30, 2024
1 parent 8190cd2 commit e922f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BUILDTIME_BASE=golang:1-alpine
ARG RUNTIME_BASE=alpine:latest
ARG TARGETPLATFORM
ARG CNI_VERSION
FROM ${BUILDTIME_BASE} as builder
FROM ${BUILDTIME_BASE} AS builder
ENV BUILD_IN_DOCKER=false

WORKDIR /build
Expand Down

0 comments on commit e922f50

Please sign in to comment.