diff --git a/Dockerfile b/Dockerfile index 21855d0..7476f9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ########################### # Builder image ########################### -FROM debian:buster-20230919 AS builder +FROM debian:buster-20231009 AS builder ENV MONERO_V=0.18.2.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-20230919 +FROM debian:buster-20231009 ENV MONERO_V=0.18.2.2 COPY --from=builder /monero/build/Linux/_no_branch_/release/bin/* /