diff --git a/Dockerfile b/Dockerfile index 0c99c66d48b9a5ba1202cb66972a68c15862d1d8..ab0c60073675c0cc05502456a3238710f4ac3bb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,5 @@ COPY . . RUN npm run build # --------------> The production image -FROM nginxinc/nginx-unprivileged:1.26.0 AS production +FROM nginxinc/nginx-unprivileged:1.27.3 AS production COPY --from=builder /app/build/ /usr/share/nginx/html/