Debuild updated

This commit is contained in:
Juan Ferrer 2022-07-27 10:18:41 +02:00
parent 5d900e2e39
commit 37780b6b39
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:bullseye-slim
ARG DEBIAN_FRONTEND=noninteractive
@ -16,7 +16,7 @@ RUN apt-get update \
ca-certificates \
gnupg2 \
libfontconfig \
&& curl -sL https://deb.nodesource.com/setup_10.x | bash - \
&& curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y --no-install-recommends \
nodejs