Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 442452f commit c0be86d
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 @@ -10,7 +10,7 @@ RUN go mod download
RUN CGO_ENABLED=0 GOOS=linux go build -o forego . \
&& go clean -cache

FROM debian:12.1-slim
FROM debian:12.2-slim

# Install Forego
COPY --from=go-builder /build/forego /usr/local/bin/forego
Expand Down

0 comments on commit c0be86d

Please sign in to comment.