Skip to content

Commit e942024

Browse files
committed
security: nginx 1.31 — CVE-2026-42945 RCE fix
2 parents b1d6ed7 + 1f59bcc commit e942024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN npm ci --no-audit --loglevel=error --no-fund
99
COPY . .
1010
RUN npm run build
1111

12-
FROM nginx:1.27-alpine@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10
12+
FROM nginx:1.31-alpine@sha256:7e8ff0a32da368869608f285124b4375b901401d88f5027865d8f88984d35d38
1313
RUN apk add --no-cache gettext dumb-init
1414
RUN apk upgrade --no-cache && \
1515
addgroup -g 1001 homelabarr && \

0 commit comments

Comments
 (0)