diff --git a/Dockerfile b/Dockerfile index 348b2ff4..7be5c186 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ FROM scratch AS export COPY --from=ruby-build /usr/app/_site / -FROM nginx:1.31.1-alpine +FROM nginx:1.31.2-alpine COPY --from=ruby-build /usr/app/_site /usr/share/nginx/html EXPOSE 80 \ No newline at end of file