Bump debian and python versions

This commit is contained in:
Glenn Y. Rolland 2024-02-01 14:12:24 +01:00
parent b50a639d9d
commit bee16a9593
2 changed files with 3 additions and 3 deletions

View file

@ -20,4 +20,4 @@ pymdown-extensions = "*"
mkdocs-pdf-export-plugin = "*"
[requires]
python_version = "3.9"
python_version = "3.11"

View file

@ -1,5 +1,5 @@
FROM node:18-bullseye-slim
MAINTAINER Glenn ROLLAND <glenux@glenux.net>
FROM node:18-bookworm-slim
LABEL maintainer="Glenn ROLLAND glenux@glenux.net"
RUN apt-get update \
&& apt-get install -y --no-install-recommends python3 python3-pip pipenv \