From 883e64084a73fb18fda42247fb6f67ac4b00b815 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Oct 2022 03:06:05 +0000 Subject: [PATCH] fix: Dockerfile.staging to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3011748 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3011748 - https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-2987456 --- Dockerfile.staging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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