Update image version

This commit is contained in:
modem7 2024-02-22 23:10:59 +00:00
parent f1a90f0609
commit b0cc582b0c
No known key found for this signature in database
GPG Key ID: 2C37853D96B6D9E9

View File

@ -19,7 +19,7 @@ COPY . .
RUN pnpm build
# production stage
FROM nginxinc/nginx-unprivileged:1.25.2-alpine AS production-stage
FROM nginxinc/nginx-unprivileged:1.25.4-alpine AS production-stage
USER root