We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ed321 commit ba1f65dCopy full SHA for ba1f65d
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PYTHON_VERSION=3.11
+ARG PYTHON_VERSION=3.12
2
3
FROM python:${PYTHON_VERSION}-slim as base
4
Dockerfile.docs
-FROM python:3.8-slim
+FROM python:3.12-slim
# build-essential is required to build a wheel for ciso8601
RUN apt update && apt install -y build-essential
Dockerfile.tests
0 commit comments