docker/bandersnatch: move to py3.11

This commit is contained in:
Miao Wang 2023-03-23 13:05:18 +08:00
parent 42315f6938
commit 8685bd23a4

View File

@ -1,4 +1,6 @@
FROM python:3.9-alpine
ARG PY_VERSION=3.11
FROM python:${PY_VERSION}-alpine
RUN apk add --update --no-cache --virtual .build-deps \
g++ \