Skip to content

Commit

Permalink
Merge pull request #69 from nginx-proxy/dependabot/docker/alpine-3.21.0
Browse files Browse the repository at this point in the history
build: bump alpine from 3.20.3 to 3.21.0
  • Loading branch information
buchdag authored Dec 6, 2024
2 parents a63b09d + b361505 commit 2be7e14
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 alpine:3.20.3
FROM alpine:3.21.0

ARG FOREGO_VERSION
ENV FOREGO_VERSION=${FOREGO_VERSION}
Expand Down

0 comments on commit 2be7e14

Please sign in to comment.