From f4b6b14560228b6deaccdb9cd2021d0ddb36cd97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 00:38:24 +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-APT-407402 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-2340913 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-2340913 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-2340924 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-2340924 --- .../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 02a494062d84..2b92bf44f7c7 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:9.5-slim +FROM debian:9.13-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh