Skip to content

Commit

Permalink
Merge pull request #633 from nginx-proxy/dependabot/docker/alpine-3.20.1
Browse files Browse the repository at this point in the history
build: bump alpine from 3.20.0 to 3.20.1
  • Loading branch information
buchdag committed Jun 24, 2024
2 parents 4b1a26f + 33cff53 commit de4d0fc
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 @@ -24,7 +24,7 @@ RUN set -eux; \
go env | grep -E 'OS=|ARCH=|ARM=|AMD64='; \
go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen

FROM --platform=$TARGETPLATFORM alpine:3.20.0
FROM --platform=$TARGETPLATFORM alpine:3.20.1

ARG DOCKER_GEN_VERSION
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \
Expand Down

0 comments on commit de4d0fc

Please sign in to comment.