File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# Builder image
3
3
# ##########################
4
4
FROM debian:buster-20240612 AS builder
5
- ENV MONERO_V=0.18.3.3
5
+ ENV MONERO_V=0.18.3.4
6
6
7
7
8
8
RUN apt-get update && apt-get install -y build-essential cmake pkg-config \
@@ -30,7 +30,7 @@ RUN apt-get install git -y && \
30
30
# Production image
31
31
# ##########################
32
32
FROM debian:buster-20240612
33
- ENV MONERO_V=0.18.3.3
33
+ ENV MONERO_V=0.18.3.4
34
34
35
35
COPY --from=builder /monero/build/Linux/_no_branch_/release/bin/* /
36
36
Original file line number Diff line number Diff line change 1
1
# Full configurable ARMv7/ARM64/AMD64 Monero-Node
2
2
3
3
[ ![ build] ( https://github.com/hvalev/monero-node/actions/workflows/build.yml/badge.svg )] ( https://github.com/hvalev/monero-node/actions/workflows/build.yml )
4
- ![ monero%20version] ( https://img.shields.io/badge/monero%20version-0.18.3.3 -green )
4
+ ![ monero%20version] ( https://img.shields.io/badge/monero%20version-0.18.3.4 -green )
5
5
![ Docker Pulls] ( https://img.shields.io/docker/pulls/hvalev/monero-node )
6
6
![ Docker Image Size (latest by date)] ( https://img.shields.io/docker/image-size/hvalev/monero-node )
7
7
Original file line number Diff line number Diff line change 1
- 0.18.3.3
1
+ 0.18.3.4
You can’t perform that action at this time.
0 commit comments