We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44bd3e commit 01be882Copy full SHA for 01be882
build/Dockerfile.nginx
@@ -6,10 +6,6 @@ ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.p
6
7
FROM nginx:1.29.3-alpine-otel
8
9
-# the following apk update and add are to address CVE-2025-58050, CVE-2025-6021/CVE-2025-49795/CVE-2025-49794/CVE-2025-49796 respectively.
10
-# once a new base image is available with these package updates, they can be removed.
11
-RUN apk update && apk add --no-cache 'pcre2>=10.46-r0' 'libxml2>=2.13.9-r0'
12
-
13
# renovate: datasource=github-tags depName=nginx/agent
14
ARG NGINX_AGENT_VERSION=v3.5.0
15
ARG NJS_DIR
0 commit comments