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 7596bf7 commit 7ba56aeCopy full SHA for 7ba56ae
build/Dockerfile.nginx
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.6
2
-FROM nginx:1.25.3-alpine
+FROM nginx:1.25.4-alpine
3
4
ARG NJS_DIR
5
ARG NGINX_CONF_DIR
@@ -9,8 +9,6 @@ RUN apk add --no-cache libcap \
9
&& mkdir -p /var/lib/nginx /usr/lib/nginx/modules \
10
&& setcap 'cap_net_bind_service=+ep' /usr/sbin/nginx \
11
&& setcap -v 'cap_net_bind_service=+ep' /usr/sbin/nginx \
12
- # Update packages for CVE-2023-52425 and CVE-2024-25062
13
- && apk --no-cache upgrade libexpat libxml2 \
14
&& apk del libcap
15
16
COPY ${NJS_DIR}/httpmatches.js /usr/lib/nginx/modules/njs/httpmatches.js
0 commit comments