diff --git a/Dockerfile b/Dockerfile index cdf2b213e9bd5ead112b32221b3902008558e213..c2d82b5da203bf31508302945ded68abbb68b08f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ COPY . . RUN npm run build # The production image -FROM nginxinc/nginx-unprivileged:1.27.3 AS production +FROM nginxinc/nginx-unprivileged:1.27.4 AS production COPY --from=builder /app/build/ /usr/share/nginx/html/