Skip to content

Commit

Permalink
Merge pull request #42 from hvalev/monero-updates
Browse files Browse the repository at this point in the history
Update monero-version to 0.18.1.1
  • Loading branch information
hvalev authored Sep 24, 2022
2 parents 3a959aa + beca825 commit 505f8bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
###########################
# Builder image
###########################
FROM debian:buster-20220912 AS builder
ENV MONERO_V=0.18.1.0
FROM debian:buster-20220801 AS builder
ENV MONERO_V=0.18.1.1

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 @@ -28,8 +28,9 @@ RUN apt-get install git -y && \
###########################
# Production image
###########################
FROM debian:buster-20220912
ENV MONERO_V=0.18.1.0
FROM debian:buster-20220801
ENV MONERO_V=0.18.1.1

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

0 comments on commit 505f8bc

Please sign in to comment.