Skip to content

Commit ed779bc

Browse files
committed
fix(deployment): upgrade portainer-ce to 2.39.1, fix CVE-2026-33186 and CVE-2026-1229
1 parent e1e29df commit ed779bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

changelog_latest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
### enhancement:
2-
3-
- Upgrade deployment and fix CVE-2026-33186 and CVE-2026-1229
1+
### enhancement:
2+
3+
- Upgrade deployment and fix CVE-2026-33186 and CVE-2026-1229

docker/deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN chmod +x /init_portainer
1414
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
1515
FROM portainer/portainer-ce:2.39.1
1616
LABEL maintainer="websoft9<help@websoft9.com>"
17-
LABEL version="2.39.1-rc1"
17+
LABEL version="2.39.1"
1818
COPY --from=builder /init_portainer /
1919

2020
ENTRYPOINT ["/init_portainer"]

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.12",
2+
"version": "2.2.13",
33
"plugins": {
44
"portainer": "0.1.4",
55
"nginx": "0.1.0",

0 commit comments

Comments
 (0)