Python 3.11
This commit is contained in:
parent
6f3e4c0e9b
commit
f0fe289f1a
5 changed files with 28 additions and 27 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM python:3.10-alpine
|
||||
FROM python:3.11.0-alpine
|
||||
|
||||
ARG STACOSYS_VERSION=3.2
|
||||
ARG STACOSYS_VERSION=3.3
|
||||
ARG STACOSYS_FILENAME=stacosys-${STACOSYS_VERSION}-py3-none-any.whl
|
||||
|
||||
RUN apk update && apk add bash && apk add wget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue