We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b71aac commit 73ea727Copy full SHA for 73ea727
Dockerfile
@@ -19,18 +19,7 @@ COPY *.json ./
19
RUN npm run build:nolint
20
21
# Create image for deployment
22
-FROM nginxinc/nginx-unprivileged:stable AS deployment
23
-
24
25
-# Update package lists and upgrade libpng1.6 (libpng16-16 runtime)
26
-# to fix a security vulnerability (CVE-2025-64720)
27
-USER root
28
-ENV DEBIAN_FRONTEND=noninteractive
29
30
-RUN set -eux; \
31
- apt-get update; \
32
- apt-get install -y --no-install-recommends libpng16-16=1.6.39-2+deb12u1; \
33
- rm -rf /var/lib/apt/lists/*
+FROM nginxinc/nginx-unprivileged:1.29-alpine AS deployment
34
35
USER nginx
36
COPY nginx.conf /etc/nginx/nginx.conf
0 commit comments