mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-05-02 20:22:44 +00:00
docker/bandersnatch: move to py3.11
This commit is contained in:
parent
42315f6938
commit
8685bd23a4
@ -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 \
|
RUN apk add --update --no-cache --virtual .build-deps \
|
||||||
g++ \
|
g++ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user