From 3e7b3dab7435fe2c839281b138b6cab7452ab773 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 26 Jul 2022 00:54:03 +0200 Subject: [PATCH] fix: airbyte-webapp/Dockerfile to reduce vulnerabilities (#15023) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-BUSYBOX-2953337 - https://snyk.io/vuln/SNYK-ALPINE313-BUSYBOX-2953337 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811 --- airbyte-webapp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-webapp/Dockerfile b/airbyte-webapp/Dockerfile index 45a5ba51cf434..c1dbe5d897eec 100644 --- a/airbyte-webapp/Dockerfile +++ b/airbyte-webapp/Dockerfile @@ -1,4 +1,4 @@ -ARG NGINX_IMAGE=nginx:1.19-alpine +ARG NGINX_IMAGE=nginx:1.23.0-alpine FROM ${NGINX_IMAGE} as webapp EXPOSE 80