diff --git a/docker/.env b/docker/.env index f2644b5c..f63e9b73 100644 --- a/docker/.env +++ b/docker/.env @@ -1,4 +1,4 @@ APPHUB_VERSION=0.1.6 -DEPLOYMENT_VERSION=2.20.3 +DEPLOYMENT_VERSION=2.20.3-rc2 GIT_VERSION=1.21.9 PROXY_VERSION=2.11.3 \ No newline at end of file diff --git a/docker/deployment/Dockerfile b/docker/deployment/Dockerfile index a8c33463..cab17a67 100644 --- a/docker/deployment/Dockerfile +++ b/docker/deployment/Dockerfile @@ -13,7 +13,7 @@ RUN chmod +x /init_portainer # Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile FROM portainer/portainer-ce:2.20.3 LABEL maintainer="websoft9" -LABEL version="2.20.3" +LABEL version="2.20.3-rc2" COPY --from=builder /init_portainer / ENTRYPOINT ["/init_portainer"] diff --git a/version.json b/version.json index 47c3dd57..f782f0e1 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.16", + "version": "2.1.17-rc1", "plugins": { "portainer": "0.1.3", "nginx": "0.1.0",