Skip to content

Commit

Permalink
Bump debian from bookworm-20240612-slim to bookworm-20240812-slim
Browse files Browse the repository at this point in the history
Bumps debian from bookworm-20240612-slim to bookworm-20240812-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 13, 2024
1 parent 506b5b6 commit 69eff3e
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 @@ -13,7 +13,7 @@ COPY cmd/ cmd/
COPY internal/ internal/
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o metal cmd/main.go

FROM debian:bookworm-20240612-slim
FROM debian:bookworm-20240812-slim
WORKDIR /
USER 65532:65532
ENTRYPOINT ["/metal"]
Expand Down

0 comments on commit 69eff3e

Please sign in to comment.