mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
update library
This commit is contained in:
parent
ac89fbfee0
commit
0e3f8e7eea
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:3.10-bullseye AS buildstage
|
|||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
LABEL version="0.0.1"
|
||||
|
||||
ENV LIBRARY_VERSION=v0.5.4
|
||||
ENV LIBRARY_VERSION=v0.5.5
|
||||
|
||||
# Prepare library
|
||||
RUN wget https://github.com/Websoft9/docker-library/archive/refs/tags/$LIBRARY_VERSION.zip -O ./library.zip && \
|
||||
|
|
Loading…
Reference in a new issue