Skip to content

Commit 14ad46c

Browse files
Merge pull request MarcelRaschke#17 from MarcelRaschke/snyk-fix-56327499a4ae0cfb40753b1a2d2248d2
2 parents d47c29b + 9ee46c4 commit 14ad46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
6666

6767
```dockerfile
6868
# Container image that runs your code
69-
FROM debian:stretch-20210329-slim
69+
FROM debian:buster-20210408-slim
7070

7171
# Copies your code file from your action repository to the filesystem path `/` of the container
7272
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)