Skip to content

Commit 8f5cf36

Browse files
authored
Merge pull request #63 from B020239/snyk-fix-cf56e611401adacd7c1b90c85c3c3bf8
[Snyk] Security upgrade debian from stretch-20210621-slim to 10-slim
2 parents 9e83e0c + 87826d7 commit 8f5cf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/ko-KR/content/actions/creating-actions/dockerfile-support-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
6262
##### Example *Dockerfile*
6363
```
6464
# Container image that runs your code
65-
FROM debian:stretch-20210621-slim
65+
FROM debian:10-slim
6666
6767
# Copies your code file from your action repository to the filesystem path `/` of the container
6868
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)