Skip to content

Commit fb26a93

Browse files
committed
Remove specific version
1 parent e1449fd commit fb26a93

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build/Dockerfile.nginx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.p
66

77
FROM nginx:1.29.1-alpine-otel
88
# the following apk update and add are to address CVE-2025-59375 and CVE-2025-8961/CVE-2025-9165 respectively,
9-
# once a new base image is available with these package updates, they can be removed
10-
RUN apk update && apk add --no-cache \
11-
'libexpat=2.7.2-r0' \
12-
'tiff=4.7.1-r0'
9+
# once a new base image is available with these package updates, they can be removed. libexpat >= 2.7.2-r0 and tiff >= 4.7.1-r0 are required.
10+
RUN apk update && apk add --no-cache libexpat tiff
1311

1412
# renovate: datasource=github-tags depName=nginx/agent
1513
ARG NGINX_AGENT_VERSION=v3.3.2

0 commit comments

Comments
 (0)