From 4472caf6a2d21bb01662637ced923190eae68b92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 May 2023 03:01:33 +0000 Subject: [PATCH] fix: contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3066040 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3066040 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3179181 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 --- contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild b/contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild index 41f931544f1a91..d34090303cf7c8 100644 --- a/contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild +++ b/contrib/docker/frontend-with-nginx/Dockerfile.dockerbuild @@ -46,7 +46,7 @@ RUN yarn workspace app build -FROM nginx:mainline +FROM nginx:1-bullseye RUN apt-get update && apt-get -y install jq && rm -rf /var/lib/apt/lists/*