Skip to content

Commit d0ddcd5

Browse files
committed
fix(deployment): upgrade to 2.39.1-rc1 and patch CVEs
1 parent 7f36dd9 commit d0ddcd5

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

changelog_latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### enhancement:
22

3-
- Websoft9 cannot access index page on ubuntu on Oracle Cloud #676
3+
- Upgrade deployment and fix CVE-2026-33186 and CVE-2026-1229
44

55

66

docker/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APPHUB_VERSION=0.2.6
2-
DEPLOYMENT_VERSION=2.33.3
3-
GIT_VERSION=1.25.1
2+
DEPLOYMENT_VERSION=2.39.1-rc1
3+
GIT_VERSION=1.25.5
44
PROXY_VERSION=2.12.7
55

66
CONSOLE_PORT=9000

docker/deployment/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# modify time: 202412111429, you can modify here to trigger Docker Build action
1+
# modify time: 202503231200, you can modify here to trigger Docker Build action
2+
# CVE fix: upgrade to 2.39.1 to resolve CVE-2026-33186 (grpc) and CVE-2026-1229 (circl)
23
# step1: Build entrypoint execute program init_portainer by golang
34

45
FROM golang:latest AS builder
@@ -11,9 +12,9 @@ RUN chmod +x /init_portainer
1112

1213
# step2: Copy build go program to portainer
1314
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
14-
FROM portainer/portainer-ce:2.33.3
15+
FROM portainer/portainer-ce:2.39.1
1516
LABEL maintainer="websoft9<help@websoft9.com>"
16-
LABEL version="2.33.3"
17+
LABEL version="2.39.1-rc1"
1718
COPY --from=builder /init_portainer /
1819

1920
ENTRYPOINT ["/init_portainer"]

docker/git/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# modify time: 202403261345, you can modify here to trigger Docker Build action
22
# Dockerfile refer to: https://github.com/go-gitea/gitea/blob/main/Dockerfile
3-
FROM gitea/gitea:1.25.1
3+
FROM gitea/gitea:1.25.5
44

55
LABEL maintainer="Websoft9<help@websoft9.com>"
6-
LABEL version="1.25.1"
6+
LABEL version="1.25.5"
77
COPY ./src/s6/user /etc/s6/user
88
RUN chmod -R 755 /etc/s6/user

0 commit comments

Comments
 (0)