Skip to content

Commit

Permalink
Bump debian from buster-20240311 to buster-20240408
Browse files Browse the repository at this point in the history
Bumps debian from buster-20240311 to buster-20240408.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 13, 2024
1 parent 4e23471 commit 521e7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########################
# Builder image
###########################
FROM debian:buster-20240311 AS builder
FROM debian:buster-20240408 AS builder
ENV MONERO_V=0.18.3.2

RUN apt-get update && apt-get install -y build-essential cmake pkg-config \
Expand All @@ -28,7 +28,7 @@ RUN apt-get install git -y && \
###########################
# Production image
###########################
FROM debian:buster-20240311
FROM debian:buster-20240408
ENV MONERO_V=0.18.3.2

COPY --from=builder /monero/build/Linux/_no_branch_/release/bin/* /
Expand Down

0 comments on commit 521e7f5

Please sign in to comment.