diff --git a/Dockerfile b/Dockerfile index 92cfd6b..d86f4b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ @@ -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/* /