publish docker image 3.0
This commit is contained in:
parent
fbeb0d386e
commit
6c4bbace02
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3.9-alpine
|
FROM python:3.9-alpine
|
||||||
|
|
||||||
ARG STACOSYS_VERSION=2.1
|
ARG STACOSYS_VERSION=3.0
|
||||||
ARG STACOSYS_FILENAME=stacosys-${STACOSYS_VERSION}-py3-none-any.whl
|
ARG STACOSYS_FILENAME=stacosys-${STACOSYS_VERSION}-py3-none-any.whl
|
||||||
|
|
||||||
RUN apk update && apk add bash && apk add wget
|
RUN apk update && apk add bash && apk add wget
|
||||||
|
|
Loading…
Add table
Reference in a new issue