Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 9805885 commit 89d433a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.bordercontrol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN go mod tidy && \
go build ./... && \
go install ./...

FROM debian:bookworm-20240513-slim
FROM debian:bookworm-20240701-slim

ARG S6_OVERLAY_VERSION=3.1.6.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.mlat-server
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/plane-watch/pw-pipeline:pw_ingest as pipeline

FROM debian:bookworm-20240513-slim
FROM debian:bookworm-20240701-slim

ARG S6_OVERLAY_VERSION=3.1.6.0

Expand Down

0 comments on commit 89d433a

Please sign in to comment.