Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-11-24 17:16:01 +08:00 committed by GitHub
parent 743eb9e5dc
commit fbbe2048d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@ LABEL version="0.0.6"
WORKDIR /websoft9 WORKDIR /websoft9
ENV LIBRARY_VERSION=0.5.8 ENV LIBRARY_VERSION=0.5.13
ENV MEDIA_VERSION=0.0.3 ENV MEDIA_VERSION=0.0.7
ENV websoft9_repo="https://github.com/Websoft9/websoft9" ENV websoft9_repo="https://github.com/Websoft9/websoft9"
ENV docker_library_repo="https://github.com/Websoft9/docker-library" ENV docker_library_repo="https://github.com/Websoft9/docker-library"
ENV media_repo="https://github.com/Websoft9/media" ENV media_repo="https://github.com/Websoft9/media"