Skip to content

Commit

Permalink
build: bump debian from 12.0-slim to 12.1-slim
Browse files Browse the repository at this point in the history
Bumps debian from 12.0-slim to 12.1-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 28, 2023
1 parent c75b27a commit f77e344
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.0-slim
FROM debian:12.1-slim

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

0 comments on commit f77e344

Please sign in to comment.