diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index cfa92ddb..9084588b 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,11 +1,11 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202405071100, you can modify here to trigger Docker Build action +# modify time: 202405071545, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.0.8" +LABEL version="0.0.9-rc1" WORKDIR /websoft9 diff --git a/docker/apphub/script/migration.sh b/docker/apphub/script/migration.sh index 7aef91d4..790e90a6 100644 --- a/docker/apphub/script/migration.sh +++ b/docker/apphub/script/migration.sh @@ -43,6 +43,7 @@ EOF migrate_ini "/websoft9/apphub/src/config/config.ini" "/websoft9/config/config.ini" +migrate_ini "/websoft9/apphub/src/config/system.ini" "/websoft9/config/system.ini" if [ $? -eq 0 ]; then echo "Success to update config.ini"