bump to latest ubuntu

pull/11/head
lza_menace 2 years ago
parent ceb18c9059
commit 2365d57adf

@ -1,4 +1,4 @@
FROM ubuntu:20.04 as og
FROM ubuntu:22.10 as og
ENV DEBIAN_FRONTEND noninteractive
ARG threads

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.10
ENV MONERO_HASH 9318e522a5cf95bc856772f15d7507fdef2c028e01f70d020078ad5e208f1304
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.1.0.tar.bz2
@ -15,7 +15,7 @@ WORKDIR /opt/monero
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y tar wget
&& apt-get install -y tar wget bzip2
RUN wget -qO ${MONERO_DL_FILE} ${MONERO_DL_URL} \
&& echo "${MONERO_HASH} ${MONERO_DL_FILE}" > ${MONERO_SUMS_FILE} \

Loading…
Cancel
Save