Skip to content

Commit 866c2af

Browse files
authored
Merge pull request #657 from nginx-proxy/dependabot/docker/alpine-3.21.2
build: bump alpine from 3.21.1 to 3.21.2
2 parents 98ac5a1 + a302de2 commit 866c2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
go env | grep -E 'OS=|ARCH=|ARM=|AMD64='; \
2525
go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen
2626

27-
FROM alpine:3.21.1
27+
FROM alpine:3.21.2
2828

2929
ARG DOCKER_GEN_VERSION
3030
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \

0 commit comments

Comments
 (0)