From b3e2b9b720b76e067b1378243ba382d314677e58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Feb 2022 02:00:02 +0000 Subject: [PATCH] fix: translations/es-XL/content/actions/creating-actions/dockerfile-support-for-github-actions.md 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 --- .../creating-actions/dockerfile-support-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/es-XL/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/es-XL/content/actions/creating-actions/dockerfile-support-for-github-actions.md index f3021f3492d0..8c2b2b249efa 100644 --- a/translations/es-XL/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/es-XL/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -64,7 +64,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"] ##### *Dockerfile* de ejemplo ``` # Container image that runs your code -FROM debian:stretch-20210721-slim +FROM debian:stretch-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh