We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bc1fa commit 81d9729Copy full SHA for 81d9729
docker/.env
@@ -1,5 +1,5 @@
1
APPHUB_VERSION=0.2.6
2
-DEPLOYMENT_VERSION=2.33.3
+DEPLOYMENT_VERSION=2.39.1
3
GIT_VERSION=1.25.5
4
PROXY_VERSION=2.12.7
5
docker/deployment/Dockerfile
@@ -11,7 +11,7 @@ RUN chmod +x /init_portainer
11
12
# step2: Copy build go program to portainer
13
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
14
-FROM portainer/portainer-ce:2.33.3
+FROM portainer/portainer-ce:2.39.1
15
LABEL maintainer="websoft9<help@websoft9.com>"
16
LABEL version="2.39.1"
17
COPY --from=builder /init_portainer /
0 commit comments