Skip to content

Commit

Permalink
Bump debian from bookworm-20240423-slim to bookworm-20240513-slim (#150)
Browse files Browse the repository at this point in the history
Bumps debian from bookworm-20240423-slim to bookworm-20240513-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 0486c74 commit 8f57194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY *.go ./
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -a -o oob main.go
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -a -o oob-console ./console

FROM debian:bookworm-20240423-slim
FROM debian:bookworm-20240513-slim

WORKDIR /

Expand Down

0 comments on commit 8f57194

Please sign in to comment.