From 02c99ccdd1c1050280cc93e4ad7be493cfafcac0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Mar 2022 02:15:34 +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-TAR-312293 --- action-a/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action-a/Dockerfile b/action-a/Dockerfile index 6c0122c..1906e96 100644 --- a/action-a/Dockerfile +++ b/action-a/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-20210816-slim +FROM debian:stretch-20220125-slim ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh