File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11APPHUB_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
44PROXY_VERSION = 2.12.7
55
66CONSOLE_PORT = 9000
Original file line number Diff line number Diff line change 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
45FROM 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
1516LABEL maintainer="websoft9<help@websoft9.com>"
16- LABEL version="2.33.3 "
17+ LABEL version="2.39.1-rc1 "
1718COPY --from=builder /init_portainer /
1819
1920ENTRYPOINT ["/init_portainer" ]
Original file line number Diff line number Diff line change 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
55LABEL maintainer="Websoft9<help@websoft9.com>"
6- LABEL version="1.25.1 "
6+ LABEL version="1.25.5 "
77COPY ./src/s6/user /etc/s6/user
88RUN chmod -R 755 /etc/s6/user
You can’t perform that action at this time.
0 commit comments