chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.28

Signed-off-by: Renovate Bot <renovate@kektus.xyz>
This commit is contained in:
Renovate Bot 2025-04-25 22:24:08 +00:00
commit 88a4e7dded
No known key found for this signature in database
GPG key ID: A3391C9BFE8AB8F3

View file

@ -12,7 +12,7 @@ RUN npm run build
# Stage 2, based on Nginx, to have only the compiled app, ready for production with Nginx
FROM nginxinc/nginx-unprivileged:1.27-alpine
FROM nginxinc/nginx-unprivileged:1.28-alpine
COPY ./nginx-custom.conf /etc/nginx/conf.d/default.conf