Skip to content

Commit

Permalink
Merge pull request #93 from hvalev/dependabot/docker/debian-buster-20…
Browse files Browse the repository at this point in the history
…231009

Bump debian from buster-20230919 to buster-20231009
  • Loading branch information
hvalev authored Oct 14, 2023
2 parents d100bf7 + f00945b commit c0e25a9
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-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 \
Expand All @@ -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/* /
Expand Down

0 comments on commit c0e25a9

Please sign in to comment.