Skip to content

Commit

Permalink
Bump debian in /metal-provider (#448)
Browse files Browse the repository at this point in the history
Bumps debian from bookworm-20240130-slim to bookworm-20240211-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent e48c231 commit a64980b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metal-provider/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY pkg/ pkg/
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} go build -a -o /metal-provider metal-provider/main.go
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} go build -a -o /irictl-machine github.com/ironcore-dev/ironcore/irictl-machine/cmd/irictl-machine

FROM debian:bookworm-20240130-slim
FROM debian:bookworm-20240211-slim
WORKDIR /
USER 65532:65532
ENTRYPOINT ["/metal-provider"]
Expand Down

0 comments on commit a64980b

Please sign in to comment.