From 5ea355dbf311429d12a77e2822dd36860c43c301 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Thu, 12 May 2022 05:19:43 +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-LIBGCRYPT20-1582895
- https://snyk.io/vuln/SNYK-DEBIAN9-LZ4-1277599
- https://snyk.io/vuln/SNYK-DEBIAN9-SYSTEMD-546478
- https://snyk.io/vuln/SNYK-DEBIAN9-TAR-312293
- https://snyk.io/vuln/SNYK-DEBIAN9-ZLIB-2433935
---
 .../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 99201c5f07f0..2c6dee10dd51 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
@@ -62,7 +62,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
 ##### *Dockerfile* de ejemplo
 ``` 
 # Container image that runs your code
-FROM debian:stretch-20210408-slim
+FROM debian:stretch-20220418-slim
 
 # Copies your code file from your action repository to the filesystem path `/` of the container
 COPY entrypoint.sh /entrypoint.sh