Skip to content

Commit 22a3cd4

Browse files
authored
22.04
1 parent b5d7d91 commit 22a3cd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
LABEL 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

2424
RUN apt-get update && apt-get install --no-install-recommends -y wget
2525
RUN useradd -ms /bin/bash monero && mkdir -p /home/monero/.bitmonero && chown -R monero:monero /home/monero/.bitmonero

0 commit comments

Comments
 (0)