Skip to content

Commit

Permalink
Remove unnecessary clause from Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <matejvasek@gmail.com>
  • Loading branch information
matejvasek committed Sep 23, 2024
1 parent 2312afc commit efbe612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.utils
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN GOARCH=$TARGETARCH go build -o func-util -trimpath -ldflags '-w -s' ./cmd/fu

#########################

FROM --platform=$TARGETPLATFORM index.docker.io/library/alpine:latest
FROM index.docker.io/library/alpine:latest

RUN apk add --no-cache socat tar

Expand Down

0 comments on commit efbe612

Please sign in to comment.