Skip to content

Commit

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

build: bump debian from 12.2-slim to 12.4-slim
  • Loading branch information
buchdag committed Dec 19, 2023
2 parents 9a57e56 + 7202116 commit 8cecc7e
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 @@ -14,7 +14,7 @@ RUN go mod download
# Build the docker-gen executable
RUN GOOS=linux CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen

FROM debian:12.2-slim
FROM debian:12.4-slim

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

0 comments on commit 8cecc7e

Please sign in to comment.