Skip to content

Commit

Permalink
Update monero-version to 0.18.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hvalev authored and github-actions[bot] committed Aug 24, 2024
1 parent 481b6cd commit b172f13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Builder image
###########################
FROM debian:buster-20240612 AS builder
ENV MONERO_V=0.18.3.3
ENV MONERO_V=0.18.3.4


RUN apt-get update && apt-get install -y build-essential cmake pkg-config \
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN apt-get install git -y && \
# Production image
###########################
FROM debian:buster-20240612
ENV MONERO_V=0.18.3.3
ENV MONERO_V=0.18.3.4

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Full configurable ARMv7/ARM64/AMD64 Monero-Node

[![build](https://github.com/hvalev/monero-node/actions/workflows/build.yml/badge.svg)](https://github.com/hvalev/monero-node/actions/workflows/build.yml)
![monero%20version](https://img.shields.io/badge/monero%20version-0.18.3.3-green)
![monero%20version](https://img.shields.io/badge/monero%20version-0.18.3.4-green)
![Docker Pulls](https://img.shields.io/docker/pulls/hvalev/monero-node)
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/hvalev/monero-node)

Expand Down
2 changes: 1 addition & 1 deletion monero-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.3.3
0.18.3.4

0 comments on commit b172f13

Please sign in to comment.