Skip to content

Commit 106cf47

Browse files
authored
fix: content/actions/creating-actions/dockerfile-support-for-github-actions.md to reduce vulnerabilities (#98)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GCC6-347562 - https://snyk.io/vuln/SNYK-DEBIAN9-GCC6-347562 - https://snyk.io/vuln/SNYK-DEBIAN9-GCC6-347562 - https://snyk.io/vuln/SNYK-DEBIAN9-SYSTEMD-546478 - https://snyk.io/vuln/SNYK-DEBIAN9-SYSTEMD-546478
1 parent 581560f commit 106cf47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/creating-actions/dockerfile-support-for-github-actions.md

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

6868
```dockerfile
6969
# Container image that runs your code
70-
FROM debian:9.13-slim
70+
FROM debian:10.12-slim
7171

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

0 commit comments

Comments
 (0)