diff --git a/apps/lighting-store-admin/Dockerfile b/apps/lighting-store-admin/Dockerfile index 0911e21..dcb005a 100644 --- a/apps/lighting-store-admin/Dockerfile +++ b/apps/lighting-store-admin/Dockerfile @@ -24,7 +24,7 @@ COPY . . RUN npm run build # multi-stage: production (runtime) -FROM nginx:1.22-alpine AS production +FROM nginx:1.26.2-alpine AS production # copy over the bundled code from the build stage COPY --from=base /app/build /usr/share/nginx/html