From 912dffaae1533cd39b1bc5ab6bcfffc7aab058ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 May 2022 21:56:13 +0000 Subject: [PATCH] fix: action-a/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GCC6-347562 - https://snyk.io/vuln/SNYK-DEBIAN9-GCC6-347562 - https://snyk.io/vuln/SNYK-DEBIAN9-SYSTEMD-546478 - https://snyk.io/vuln/SNYK-DEBIAN9-SYSTEMD-546478 - https://snyk.io/vuln/SNYK-DEBIAN9-ZLIB-2433935 --- action-a/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action-a/Dockerfile b/action-a/Dockerfile index 1906e96..00e9e7c 100644 --- a/action-a/Dockerfile +++ b/action-a/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-20220125-slim +FROM debian:9-slim ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh