switch to ubuntu 21.10 as we wait for nodesource

This commit is contained in:
GlassedSilver
2022-05-02 08:20:48 +02:00
parent 5e23932146
commit 93ce498e94

View File

@@ -1,11 +1,11 @@
FROM ubuntu:20.04 AS ffmpeg FROM ubuntu:21.10 AS ffmpeg
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
COPY docker-build.sh . COPY docker-build.sh .
RUN sh ./docker-build.sh RUN sh ./docker-build.sh
FROM ubuntu:20.04 as frontend FROM ubuntu:21.10 as frontend
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y install \ RUN apt-get update && apt-get -y install \
@@ -31,7 +31,7 @@ RUN npm run build
#--------------# #--------------#
FROM ubuntu:20.04 FROM ubuntu:21.10
ENV UID=1000 \ ENV UID=1000 \
GID=1000 \ GID=1000 \