From 6c487058c7718b6dc17fe47011c040a818c9fb5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jul 2021 04:11:42 +0000 Subject: [PATCH] fix: translations/ko-KR/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-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBGCRYPT20-1297891 - https://snyk.io/vuln/SNYK-DEBIAN9-SYSTEMD-546478 --- .../creating-actions/dockerfile-support-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/ko-KR/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/ko-KR/content/actions/creating-actions/dockerfile-support-for-github-actions.md index d637c496100a..99f03f76aea3 100644 --- a/translations/ko-KR/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/ko-KR/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -62,7 +62,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"] ##### Example *Dockerfile* ``` # Container image that runs your code -FROM debian:stretch-20210329-slim +FROM debian:stretch-20210621-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh