Skip to content

Commit aadb7c9

Browse files
authored
Merge pull request #147 from t10-13rocket/snyk-fix-87f45f07064c48f6c6efe62603ad61fe
2 parents a19e744 + cdb53a9 commit aadb7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:9.5-slim
65+
FROM debian:9.13-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)