Skip to content

Commit

Permalink
Merge pull request #112 from hvalev/dependabot/docker/debian-buster-2…
Browse files Browse the repository at this point in the history
…0240408

Bump debian from buster-20240311 to buster-20240408
  • Loading branch information
hvalev authored Apr 16, 2024
2 parents 15c054e + 521e7f5 commit f507884
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 f507884

Please sign in to comment.