Skip to content

Commit 2ec1acf

Browse files
authored
Merge pull request #743 from nginx-proxy/dependabot/docker/alpine-3.24.1
build: bump alpine from 3.24.0 to 3.24.1
2 parents 4c220dc + 0ea7371 commit 2ec1acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
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.24.0
27+
FROM alpine:3.24.1
2828

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

0 commit comments

Comments
 (0)