diff --git a/docker/.env b/docker/.env index d148ee4d..f2644b5c 100644 --- a/docker/.env +++ b/docker/.env @@ -1,4 +1,4 @@ -APPHUB_VERSION=0.1.5 +APPHUB_VERSION=0.1.6 DEPLOYMENT_VERSION=2.20.3 GIT_VERSION=1.21.9 PROXY_VERSION=2.11.3 \ No newline at end of file diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index e55ea1ca..e8a45e08 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: 202411041654, you can modify here to trigger Docker Build action +# modify time: 202411041726, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.1.6-rc1" +LABEL version="0.1.6" WORKDIR /websoft9 diff --git a/version.json b/version.json index 7880b22c..847447ca 100644 --- a/version.json +++ b/version.json @@ -24,7 +24,6 @@ "7" ], "Oracle Linux": [ - "9", "8", "7" ],