mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-06 09:31:19 -04:00
revert docker python version back to 3.11 because node 22 needs 3.11 and we dont want 2 pythons
This commit is contained in:
parent
eccf123f69
commit
f108ab2270
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
|
|
||||||
# Use Debian 12 w/ faster package updates: https://packages.debian.org/bookworm-backports/
|
# Use Debian 12 w/ faster package updates: https://packages.debian.org/bookworm-backports/
|
||||||
FROM python:3.12-slim-bookworm
|
FROM python:3.11-slim-bookworm
|
||||||
|
|
||||||
LABEL name="archivebox" \
|
LABEL name="archivebox" \
|
||||||
maintainer="Nick Sweeting <dockerfile@archivebox.io>" \
|
maintainer="Nick Sweeting <dockerfile@archivebox.io>" \
|
||||||
|
@ -59,7 +59,7 @@ ENV TZ=UTC \
|
||||||
npm_config_loglevel=error
|
npm_config_loglevel=error
|
||||||
|
|
||||||
# Version config
|
# Version config
|
||||||
ENV PYTHON_VERSION=3.12 \
|
ENV PYTHON_VERSION=3.11 \
|
||||||
NODE_VERSION=22
|
NODE_VERSION=22
|
||||||
|
|
||||||
# User config
|
# User config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue