Skip to content

Commit

Permalink
Merge pull request #62 from nginx-proxy/dependabot/docker/alpine-3.20.3
Browse files Browse the repository at this point in the history
build: bump alpine from 3.20.2 to 3.20.3
  • Loading branch information
buchdag authored Sep 9, 2024
2 parents 54013f6 + 60cf706 commit a99f70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -eu; \
go build -ldflags "-X main.buildVersion=${FOREGO_VERSION}" -o forego .; \
go clean -cache

FROM --platform=$TARGETPLATFORM alpine:3.20.2
FROM --platform=$TARGETPLATFORM alpine:3.20.3

Check warning on line 29 in Dockerfile.alpine

View workflow job for this annotation

GitHub Actions / Build and publish image (alpine)

Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior

RedundantTargetPlatform: Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior More info: https://docs.docker.com/go/dockerfile/rule/redundant-target-platform/

ARG FOREGO_VERSION
ENV FOREGO_VERSION=${FOREGO_VERSION}
Expand Down

0 comments on commit a99f70f

Please sign in to comment.