Skip to content

Commit bea7ab7

Browse files
committed
fix(frontend): update nginx from 1.19.5 to 1.30.1
Remediate 22 known CVEs including CVE-2026-42945 (actively exploited in the wild for RCE). nginx:1.19.5 (Oct 2020) was affected by buffer overflows, memory disclosure, HTTP/2 injection, SSL session reuse, and multiple other vulnerabilities patched in the 1.30.1 stable release.
1 parent b9d2e20 commit bea7ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.19.5
1+
FROM nginx:1.30.1
22
WORKDIR /usr/share/nginx/html
33
COPY ./nginx/mime.types /etc/nginx/mime.types
44
COPY ./dist/utm-stack/ /usr/share/nginx/html/

0 commit comments

Comments
 (0)