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 = "*"
|
mkdocs-pdf-export-plugin = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.9"
|
python_version = "3.11"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM node:18-bullseye-slim
|
FROM node:18-bookworm-slim
|
||||||
MAINTAINER Glenn ROLLAND <glenux@glenux.net>
|
LABEL maintainer="Glenn ROLLAND glenux@glenux.net"
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends python3 python3-pip pipenv \
|
&& apt-get install -y --no-install-recommends python3 python3-pip pipenv \
|
||||||
|
|
Loading…
Reference in a new issue