Update nginx base image to 1.27-alpine

This commit is contained in:
Torsten Dittmann
2025-04-07 19:53:41 +02:00
parent 15c3c95c65
commit ddc96f5e45
+1 -1
View File
@@ -36,7 +36,7 @@ ENV NODE_OPTIONS=--max_old_space_size=8192
RUN pnpm run build
FROM nginx:1.25-alpine
FROM nginx:1.27-alpine
EXPOSE 80