From f5af0e497aa556b003065ca0f134d21e9b32b655 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 May 2023 00:10:33 +0000 Subject: [PATCH] fix: frontend.loadbalancer.nginx/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 --- frontend.loadbalancer.nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.loadbalancer.nginx/Dockerfile b/frontend.loadbalancer.nginx/Dockerfile index deb0292..cedd866 100644 --- a/frontend.loadbalancer.nginx/Dockerfile +++ b/frontend.loadbalancer.nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx +FROM nginx:1-bullseye #COPY nginx.conf /etc/nginx/nginx.conf COPY default.conf /etc/nginx/conf.d/default.conf