diff --git a/Dockerfile.staging b/Dockerfile.staging index 5dc3076863..00a8907892 100644 --- a/Dockerfile.staging +++ b/Dockerfile.staging @@ -21,6 +21,6 @@ RUN ["hugo", "--buildDrafts", "--buildFuture", "--baseURL=https://staging.ranche # Make sure something got built RUN stat /output/index.html -FROM nginx:alpine +FROM nginx:1.23.1-alpine COPY --from=build /output /usr/share/nginx/html/docs/ COPY nginx.conf /etc/nginx/conf.d/default.conf