Skip to content

Commit f10f3e8

Browse files
committed
fix: 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-LIBGCRYPT20-1582895 - https://snyk.io/vuln/SNYK-DEBIAN9-LZ4-1277599 - https://snyk.io/vuln/SNYK-DEBIAN9-SYSTEMD-546478 - https://snyk.io/vuln/SNYK-DEBIAN9-TAR-312293 - https://snyk.io/vuln/SNYK-DEBIAN9-ZLIB-2433935
1 parent 69b4b4c commit f10f3e8

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
@@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
6666

6767
```dockerfile
6868
# Container image that runs your code
69-
FROM debian:stretch-20210408-slim
69+
FROM debian:stretch-20220418-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)