Skip to content

Commit

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

Bump debian from buster-20220622 to buster-20220711
  • Loading branch information
hvalev authored Jul 16, 2022
2 parents 2a083ce + f7334a6 commit 34d50c2
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-20220622 AS builder
FROM debian:buster-20220711 AS builder
ENV MONERO_V=0.17.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-20220622
FROM debian:buster-20220711
ENV MONERO_V=0.17.3.2
COPY --from=builder /monero/build/Linux/_no_branch_/release/bin/* /

Expand Down

0 comments on commit 34d50c2

Please sign in to comment.