Bump Docker image to Python 3.11

This commit is contained in:
Tulir Asokan 2022-11-16 17:17:25 +02:00
parent 85a2105bff
commit 0cda5cdaac
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.10
ARG PYTHON_VERSION=3.11
FROM docker.io/python:${PYTHON_VERSION}-slim as builder