Skip to content

Commit

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

build(deps): bump debian from 11.5-slim to 11.6-slim
  • Loading branch information
buchdag authored Dec 23, 2022
2 parents bd8aeaf + d27e650 commit 60a297e
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 go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen

FROM debian:11.5-slim
FROM debian:11.6-slim

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

0 comments on commit 60a297e

Please sign in to comment.