Skip to content

Commit 1747d82

Browse files
authored
Update base image to 1.29.2.1-0-alpine-fat (#101)
* Update base image to 1.29.2.1-0-alpine-fat * Temp ignore transient dep, remove expired ignires
1 parent f3bd726 commit 1747d82

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.trivyignore

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
1-
# As of 03/06/2025 there are no vulnerabilities to skip in docker.io/openresty/openresty:1.27.1.2-1-alpine-fat
2-
3-
# alpine 3.21.3 - sha is set to latest so no fix
4-
CVE-2025-64720 exp:2026-03-17
5-
CVE-2025-65018 exp:2026-03-17
6-
CVE-2025-66293 exp:2026-03-17
7-
CVE-2025-49794 exp:2026-03-17
8-
CVE-2025-49796 exp:2026-03-17
9-
CVE-2025-49795 exp:2026-03-17
10-
CVE-2025-6021 exp:2026-03-17
11-
CVE-2026-25646 exp:2026-03-20
1+
## CVE-2026-32767 (libexpat - alpine 3.22.3)
2+
CVE-2026-32767 exp:2026-04-06

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#checkov:skip=CKV_DOCKER_3: Current implementation uses off-the-shelf image from OpenResty which doesn't offer a nonroot variant
22

3-
# docker.io/openresty/openresty:1.27.1.2-11-alpine-fat
4-
FROM docker.io/openresty/openresty:1.27.1.2-11-alpine-fat@sha256:4486eb7c26b6e94c7fe144b9293319e855ecaed378b24cb56062d2af2cf81513
3+
# docker.io/openresty/openresty:1.29.2.1-0-alpine-fat
4+
FROM docker.io/openresty/openresty:1.29.2.1-0-alpine-fat@sha256:57206e154ef54d01dcf20f2afc05f1a8d7c464f2b3f4bd1a519108cac6d450ab
55

66
LABEL org.opencontainers.image.vendor="Ministry of Justice" \
77
org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \

test/container-structure-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ commandTests:
88
- name: "nginx"
99
command: "nginx"
1010
args: ["-v"]
11-
expectedError: ["nginx version: openresty/1.27.1.2"]
11+
expectedError: ["nginx version: openresty/1.29.2.1"]
1212

1313
fileExistenceTests:
1414
- name: "/etc/nginx/nginx.conf.template"

0 commit comments

Comments
 (0)