Skip to content

Commit 7a24814

Browse files
committed
Upgrade to Python 3.11
Fixes #28
1 parent 7045d77 commit 7a24814

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Base Image, now with Python!
22

3-
ARG PYTHON_VERSION=3.9.10
3+
ARG PYTHON_VERSION=3.11.4
44
ARG UBUNTU_VERSION=jammy
55

6-
FROM python:${PYTHON_VERSION}-buster as python-builder
6+
FROM python:${PYTHON_VERSION}-bookworm as python-builder
77

88
FROM ghcr.io/minchinweb/base:${UBUNTU_VERSION}
99

@@ -38,6 +38,7 @@ RUN \
3838
apt -qq update && \
3939
echo "[*] apt isntall" && \
4040
apt -qq install -y \
41+
libc6 \
4142
# needed for pip
4243
libexpat1 \
4344
&& \

0 commit comments

Comments
 (0)