We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1392f61 commit 7045d77Copy full SHA for 7045d77
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# Base Image, now with Python!
2
3
ARG PYTHON_VERSION=3.9.10
4
-ARG UBUNTU_VERSION=focal
+ARG UBUNTU_VERSION=jammy
5
6
FROM python:${PYTHON_VERSION}-buster as python-builder
7
0 commit comments