Skip to content

Commit 1f359b7

Browse files
authored
Merge pull request #83 from nginx-proxy/dependabot/docker/alpine-3.22.0
build: bump alpine from 3.21.3 to 3.22.0
2 parents 700a563 + 0e7dec9 commit 1f359b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN set -eu; \
2626
go build -ldflags "-X main.buildVersion=${FOREGO_VERSION}" -o forego .; \
2727
go clean -cache
2828

29-
FROM alpine:3.21.3
29+
FROM alpine:3.22.0
3030

3131
ARG FOREGO_VERSION
3232
ENV FOREGO_VERSION=${FOREGO_VERSION}

0 commit comments

Comments
 (0)