Skip to content

Commit 81d9729

Browse files
committed
fix(deployment): align .env and Dockerfile to portainer 2.39.1
1 parent 42bc1fa commit 81d9729

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APPHUB_VERSION=0.2.6
2-
DEPLOYMENT_VERSION=2.33.3
2+
DEPLOYMENT_VERSION=2.39.1
33
GIT_VERSION=1.25.5
44
PROXY_VERSION=2.12.7
55

docker/deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN chmod +x /init_portainer
1111

1212
# step2: Copy build go program to portainer
1313
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
14-
FROM portainer/portainer-ce:2.33.3
14+
FROM portainer/portainer-ce:2.39.1
1515
LABEL maintainer="websoft9<help@websoft9.com>"
1616
LABEL version="2.39.1"
1717
COPY --from=builder /init_portainer /

0 commit comments

Comments
 (0)