Skip to content

Commit f649591

Browse files
committed
fix: use php7.4 for oc10.16.1 image
1 parent c9ea5ee commit f649591

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
base: v24.04
3636
- version: 10.16.1
3737
tarball: https://download.owncloud.com/server/stable/owncloud-complete-20260218.tar.bz2
38-
base: v24.04
38+
base: v22.04
3939
- version: 10.15.3
4040
tarball: https://download.owncloud.com/server/stable/owncloud-complete-20250703.tar.bz2
4141
base: v22.04

.trivyignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vulnerability is affecting windows only
2+
23
CVE-2024-51736
34

45
# only RSA keys are affected - we are using HS256 in wopi and files_texteditor
6+
57
CVE-2025-45769
8+
9+
# will be fixed with oc 10.16.2 and 11.0.0
10+
11+
CVE-2026-32935

0 commit comments

Comments
 (0)