Skip to content

Commit

Permalink
Bump 3rd-party versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Jul 12, 2024
1 parent 314fc71 commit 094c263
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docker_rig/monerod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Binary build

# https://github.com/monero-project/monero/releases
ARG MONERO_VERSION=0.18.3.1
ARG MONERO_VERSION=0.18.3.3

# https://hub.docker.com/r/bitnami/minideb
ARG OS_BASE=bookworm
Expand All @@ -22,7 +22,7 @@ ARG MONERO_TAR=x86_64

# https://github.com/monero-project/monero/releases
# monero-linux-x64
ARG MONERO_AMD64_SHA256=23af572fdfe3459b9ab97e2e9aa7e3c11021c955d6064b801a27d7e8c21ae09d
ARG MONERO_AMD64_SHA256=47c7e6b4b88a57205800a2538065a7874174cd087eedc2526bee1ebcce0cc5e3
ARG MONERO_VERSION

# Declare stage using linux/arm64 base image
Expand All @@ -34,7 +34,7 @@ ARG MONERO_TAR=aarch64

# https://github.com/monero-project/monero/releases
# monero-linux-armv8
ARG MONERO_ARM64_SHA256=445032e88dc07e51ac5fff7034752be530d1c4117d8d605100017bcd87c7b21f
ARG MONERO_ARM64_SHA256=eb3f924c085ae5df85f5bf9ee27faaa20acd309835684e27e3fbb98b9666b649
ARG MONERO_VERSION

# Declare TARGETARCH to make it available
Expand Down
4 changes: 2 additions & 2 deletions docker_rig/tor.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package build

ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.20

FROM alpine:$ALPINE_VERSION

Expand All @@ -9,7 +9,7 @@ ARG BUILDPLATFORM
ARG VERSION=1.0.1

# https://pkgs.alpinelinux.org/packages?name=tor&branch=v3.18&repo=community&arch=&maintainer=
ARG TOR_VERSION=0.4.8.9-r0
ARG TOR_VERSION=0.4.8.12-r0

# Install tor with a minimum version
RUN apk add --no-cache grep curl tor>$TOR_VERSION
Expand Down
4 changes: 2 additions & 2 deletions docker_rig/xmrig.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Source build

ARG ALPINE_VERSION=3.18
ARG ALPINE_VERSION=3.20

FROM alpine:$ALPINE_VERSION as builder

ARG ALPINE_VERSION
ARG BUILDPLATFORM

# https://github.com/xmrig/xmrig/releases
ARG XMRIG_VERSION="v6.21.0"
ARG XMRIG_VERSION="v6.21.3"

RUN apk add \
git \
Expand Down

0 comments on commit 094c263

Please sign in to comment.