We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7045d77 commit 7a24814Copy full SHA for 7a24814
1 file changed
Dockerfile
@@ -1,9 +1,9 @@
1
# Base Image, now with Python!
2
3
-ARG PYTHON_VERSION=3.9.10
+ARG PYTHON_VERSION=3.11.4
4
ARG UBUNTU_VERSION=jammy
5
6
-FROM python:${PYTHON_VERSION}-buster as python-builder
+FROM python:${PYTHON_VERSION}-bookworm as python-builder
7
8
FROM ghcr.io/minchinweb/base:${UBUNTU_VERSION}
9
@@ -38,6 +38,7 @@ RUN \
38
apt -qq update && \
39
echo "[*] apt isntall" && \
40
apt -qq install -y \
41
+ libc6 \
42
# needed for pip
43
libexpat1 \
44
&& \
0 commit comments