Skip to content

Commit 7ba56ae

Browse files
Bump nginx from 1.25.3-alpine to 1.25.4-alpine in /build (#1580)
* Bump nginx from 1.25.3-alpine to 1.25.4-alpine in /build Bumps nginx from 1.25.3-alpine to 1.25.4-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Remove fixed CVEs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini <[email protected]>
1 parent 7596bf7 commit 7ba56ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/Dockerfile.nginx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.6
2-
FROM nginx:1.25.3-alpine
2+
FROM nginx:1.25.4-alpine
33

44
ARG NJS_DIR
55
ARG NGINX_CONF_DIR
@@ -9,8 +9,6 @@ RUN apk add --no-cache libcap \
99
&& mkdir -p /var/lib/nginx /usr/lib/nginx/modules \
1010
&& setcap 'cap_net_bind_service=+ep' /usr/sbin/nginx \
1111
&& 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 \
1412
&& apk del libcap
1513

1614
COPY ${NJS_DIR}/httpmatches.js /usr/lib/nginx/modules/njs/httpmatches.js

0 commit comments

Comments
 (0)