From f4353da85eea5baf8c0671b855d407843fded69c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 May 2023 05:06:36 +0000 Subject: [PATCH] fix: stolon/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 --- stolon/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stolon/Dockerfile b/stolon/Dockerfile index 2b78ae6b..beefde0c 100644 --- a/stolon/Dockerfile +++ b/stolon/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:latest +FROM nginx:1-bullseye COPY public /usr/share/nginx/html