Skip to content

Commit e8a8be1

Browse files
committed
Update comment
1 parent b0ce613 commit e8a8be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM scratch AS nginx-files
55
ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.pub nginx_signing.rsa.pub
66

77
FROM nginx:1.29.1-alpine-otel
8-
# the following apk update and add are to address CVE-2025-59375 and CVE-2025-8961 respectively,
8+
# the following apk update and add are to address CVE-2025-59375 and CVE-2025-8961/CVE-2025-9165 respectively,
99
# once a new base image is available with these package updates, they can be removed
1010
RUN apk update && apk add --no-cache \
1111
'libexpat=2.7.2-r0' \

0 commit comments

Comments
 (0)