Skip to content

Commit

Permalink
Merge pull request #658 from nginx-proxy/dependabot/docker/debian-12.…
Browse files Browse the repository at this point in the history
…9-slim

build: bump debian from 12.8-slim to 12.9-slim
  • Loading branch information
buchdag authored Jan 18, 2025
2 parents f6d2a22 + 6fb6bd1 commit c83c0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux; \
go env | grep -E 'OS=|ARCH=|ARM=|AMD64='; \
go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen

FROM debian:12.8-slim
FROM debian:12.9-slim

ARG DOCKER_GEN_VERSION
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \
Expand Down

0 comments on commit c83c0fa

Please sign in to comment.