Skip to content

Commit

Permalink
Merge pull request #46 from hvalev/monero-updates
Browse files Browse the repository at this point in the history
Update monero-version to 0.18.1.2
  • Loading branch information
hvalev authored Oct 8, 2022
2 parents 89beaf8 + 9a579bd commit 29d96ec
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-20220912 AS builder
ENV MONERO_V=0.18.1.1
ENV MONERO_V=0.18.1.2

RUN apt-get update && apt-get install -y build-essential cmake pkg-config \
libzmq3-dev libssl-dev libunbound-dev libsodium-dev libunwind8-dev \
Expand All @@ -29,7 +29,7 @@ RUN apt-get install git -y && \
# Production image
###########################
FROM debian:buster-20220912
ENV MONERO_V=0.18.1.1
ENV MONERO_V=0.18.1.2

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.1.1-green)
![monero%20version](https://img.shields.io/badge/monero%20version-0.18.1.2-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.1.1
0.18.1.2

0 comments on commit 29d96ec

Please sign in to comment.