Skip to content

Commit

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

build: bump debian from 12.7-slim to 12.8-slim
  • Loading branch information
buchdag authored Nov 13, 2024
2 parents f7a94b8 + e10d1cc commit 450d009
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 -eu; \
go build -ldflags "-X main.buildVersion=${FOREGO_VERSION}" -o forego .; \
go clean -cache

FROM debian:12.7-slim
FROM debian:12.8-slim

ARG FOREGO_VERSION
ENV FOREGO_VERSION=${FOREGO_VERSION}
Expand Down

0 comments on commit 450d009

Please sign in to comment.