portainer update to 2.20.1

This commit is contained in:
qiaofeng1227 2024-04-10 12:53:30 +08:00
parent 11c0afe1a1
commit 2617592d59
4 changed files with 6 additions and 6 deletions

View file

@ -1,2 +1,2 @@
1. update gitea,nginx containers to latest
2. fix bug: appstore can not install a app without port
1. update portainer to 2.20.1
2. portainer plugin update

View file

@ -1,4 +1,4 @@
APPHUB_VERSION=0.0.6
DEPLOYMENT_VERSION=2.19.0
DEPLOYMENT_VERSION=2.20.1
GIT_VERSION=1.21.9
PROXY_VERSION=2.11.1

View file

@ -16,7 +16,7 @@ RUN chmod +x /endpoint
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
FROM portainer/portainer-ce:2.20.1
LABEL maintainer="websoft9<help@websoft9.com>"
LABEL version="2.20.1-rc1"
LABEL version="2.20.1"
COPY --from=builder /init_portainer /
COPY --from=builder /endpoint /

View file

@ -1,7 +1,7 @@
{
"version": "2.0.9",
"version": "2.1.0-rc1",
"plugins": {
"portainer": "0.0.9",
"portainer": "0.1.0",
"nginx": "0.0.7",
"gitea": "0.0.5",
"myapps": "0.1.7",