Bump debian and python versions
This commit is contained in:
parent
b50a639d9d
commit
bee16a9593
2 changed files with 3 additions and 3 deletions
2
Pipfile
2
Pipfile
|
@ -20,4 +20,4 @@ pymdown-extensions = "*"
|
|||
mkdocs-pdf-export-plugin = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
python_version = "3.11"
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue