Skip to content

Commit

Permalink
Merge pull request #36 from hvalev/monero-updates
Browse files Browse the repository at this point in the history
Update monero-version to 0.18.1.0
  • Loading branch information
hvalev authored Aug 13, 2022
2 parents a7d479b + a19f9cc commit 42442e6
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-20220711 AS builder
ENV MONERO_V=0.18.0.0
ENV MONERO_V=0.18.1.0

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-20220711
ENV MONERO_V=0.18.0.0
ENV MONERO_V=0.18.1.0
COPY --from=builder /monero/build/Linux/_no_branch_/release/bin/* /

RUN apt-get update && apt-get install -y \
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.0.0-green)
![monero%20version](https://img.shields.io/badge/monero%20version-0.18.1.0-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.0.0
0.18.1.0

0 comments on commit 42442e6

Please sign in to comment.