File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Usage: docker run --restart=always -v /var/data/blockchain-xmr:/home/monero/.bitmonero -p 18080:18080 -p 18081:18081 -p 18089:18089 --name=monero-full-node -v /mnt/cache/appdata/monero-node:/usr/local -td devros42/monero-full-node
22
3- FROM --platform=linux/amd64 ubuntu:latest AS build
3+ FROM --platform=linux/amd64 ubuntu:22.04 AS build
44LABEL author="devros42" \
55 maintainer="devros42"
66
@@ -19,7 +19,7 @@ RUN curl https://dlsrc.getmonero.org/cli/monero-linux-x64-v$MONERO_VERSION.tar.b
1919 cp ./monero-x86_64-linux-gnu-v$MONERO_VERSION/monerod . &&\
2020 rm -r monero-*
2121
22- FROM --platform=linux/amd64 ubuntu:latest
22+ FROM --platform=linux/amd64 ubuntu:22.04
2323
2424RUN apt-get update && apt-get install --no-install-recommends -y wget
2525RUN useradd -ms /bin/bash monero && mkdir -p /home/monero/.bitmonero && chown -R monero:monero /home/monero/.bitmonero
You can’t perform that action at this time.
0 commit comments