diff --git a/Dockerfile b/Dockerfile index 58dad9e0ecb98a27049293863a3269b77dc798d3..393884e4d3d4a9fc0b6841da9c686c61e36f4926 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ COPY . . RUN npm run build # The production image -FROM nginxinc/nginx-unprivileged:1.27.5 AS production +FROM nginxinc/nginx-unprivileged:1.29.0 AS production COPY --from=builder /app/build/ /usr/share/nginx/html/