Skip to content

Commit

Permalink
portainer update to 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Apr 10, 2024
1 parent 11c0afe commit 2617592
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions changelog_latest.md
@@ -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
2 changes: 1 addition & 1 deletion docker/.env
@@ -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
2 changes: 1 addition & 1 deletion docker/deployment/Dockerfile
Expand Up @@ -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 /

Expand Down
4 changes: 2 additions & 2 deletions version.json
@@ -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",
Expand Down

0 comments on commit 2617592

Please sign in to comment.