This commit is contained in:
qiaofeng1227 2023-10-11 18:03:44 +08:00
parent 8f5812519e
commit 0e75c0bfa3
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
APPHUB_VERSION=0.0.2
APPHUB_VERSION=0.0.5
DEPLOYMENT_VERSION=2.19.0
GIT_VERSION=1.20.4
PROXY_VERSION=2.10.4

View file

@ -1,3 +1,3 @@
FROM websoft9dev/apphub:0.0.4 as buildstage
FROM websoft9dev/apphub:0.0.5 as buildstage
RUN mkdir -p /websoft9/src
RUN sed -i 's/supervisorctl start apphub/supervisorctl start apphubdev/g' /entrypoint.sh