Skip to content

Commit 42bc1fa

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

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

changelog_latest.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
### enhancement:
22

33
- Upgrade Moodle to version 5.1.3
4-
5-
6-
7-
4+
- 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
@@ -13,7 +13,7 @@ RUN chmod +x /init_portainer
1313
# Dockerfile refer to: https://github.com/portainer/portainer/blob/develop/build/linux/Dockerfile
1414
FROM portainer/portainer-ce:2.33.3
1515
LABEL maintainer="websoft9<help@websoft9.com>"
16-
LABEL version="2.33.3"
16+
LABEL version="2.39.1"
1717
COPY --from=builder /init_portainer /
1818

1919
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)