Skip to content

Commit ce7ae10

Browse files
authored
Merge pull request #121 from hvalev/monero-updates
Update monero-version to 0.18.3.4
2 parents 481b6cd + b172f13 commit ce7ae10

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Builder image
33
###########################
44
FROM debian:buster-20240612 AS builder
5-
ENV MONERO_V=0.18.3.3
5+
ENV MONERO_V=0.18.3.4
66

77

88
RUN apt-get update && apt-get install -y build-essential cmake pkg-config \
@@ -30,7 +30,7 @@ RUN apt-get install git -y && \
3030
# Production image
3131
###########################
3232
FROM debian:buster-20240612
33-
ENV MONERO_V=0.18.3.3
33+
ENV MONERO_V=0.18.3.4
3434

3535
COPY --from=builder /monero/build/Linux/_no_branch_/release/bin/* /
3636

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Full configurable ARMv7/ARM64/AMD64 Monero-Node
22

33
[![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)
55
![Docker Pulls](https://img.shields.io/docker/pulls/hvalev/monero-node)
66
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/hvalev/monero-node)
77

monero-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.18.3.3
1+
0.18.3.4

0 commit comments

Comments
 (0)