From 9b4e5c889867923355d874dd1ea763a56d12f0dc Mon Sep 17 00:00:00 2001 From: Binam Bajracharya <44302895+BinamB@users.noreply.github.com> Date: Mon, 20 May 2024 13:11:17 -0500 Subject: [PATCH] fix: Docker/sidecar/Dockerfile to reduce vulnerabilities (#2524) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE38-BZIP2-452633 - https://snyk.io/vuln/SNYK-ALPINE38-GD-344573 - https://snyk.io/vuln/SNYK-ALPINE38-GD-344662 - https://snyk.io/vuln/SNYK-ALPINE38-LIBXSLT-344661 - https://snyk.io/vuln/SNYK-ALPINE38-MUSL-458276 Co-authored-by: snyk-bot --- Docker/sidecar/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/sidecar/Dockerfile b/Docker/sidecar/Dockerfile index ad784ba55f..5e07ceaf48 100644 --- a/Docker/sidecar/Dockerfile +++ b/Docker/sidecar/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.15.6-alpine +FROM nginx:1-alpine COPY nginx.conf /etc/nginx/nginx.conf COPY uwsgi.conf.template /etc/nginx/gen3.conf.d/uwsgi.conf.template