Skip to content

Commit

Permalink
Fix linter issue in docker file
Browse files Browse the repository at this point in the history
Set "as" keyword upper case, as it should be
  • Loading branch information
damyan committed Sep 26, 2024
1 parent b6630e9 commit 585478c
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 @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH GO111MODULE=on go build -ldflags="-s -w" -a -o fedhcp main.go

FROM debian:stable as installer
FROM debian:stable AS installer

RUN apt-get update \
&& apt-get -y install --no-install-recommends libcap2-bin \
Expand Down

0 comments on commit 585478c

Please sign in to comment.