Skip to content

Commit

Permalink
Merge pull request #44 from nginx-proxy/dependabot/docker/alpine-3.19.1
Browse files Browse the repository at this point in the history
build: bump alpine from 3.19.0 to 3.19.1
  • Loading branch information
buchdag authored Jan 29, 2024
2 parents caa9fdd + 162b77e commit 04bccc6
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.19.0
FROM --platform=$TARGETPLATFORM alpine:3.19.1

ARG FOREGO_VERSION
ENV FOREGO_VERSION=${FOREGO_VERSION}
Expand Down

0 comments on commit 04bccc6

Please sign in to comment.