1
0
Fork 0
mirror of synced 2024-05-18 11:23:42 +12:00

bump docker base image version and node version

This commit is contained in:
Nick Sweeting 2023-03-13 10:49:02 +00:00
parent d72b1495d0
commit f94e8cd9b2

View file

@ -16,7 +16,7 @@
# Archivebox](https://github.com/ArchiveBox/ArchiveBox#archivebox-development).
FROM python:3.10-slim-bullseye
FROM python:3.11-slim-bullseye
LABEL name="archivebox" \
maintainer="Nick Sweeting <archivebox-docker@sweeting.me>" \
@ -62,7 +62,7 @@ RUN apt-get update -qq \
# Install Node environment
RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& echo 'deb https://deb.nodesource.com/node_17.x buster main' >> /etc/apt/sources.list \
&& echo 'deb https://deb.nodesource.com/node_18.x buster main' >> /etc/apt/sources.list \
&& apt-get update -qq \
&& apt-get install -qq -y --no-install-recommends \
nodejs \