Skip to content

Commit db69b6c

Browse files
committed
fix: content/actions/reference/dockerfile-support-for-github-actions.md to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-DPKG-2847943 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356564
1 parent 0cee1c7 commit db69b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

6060
```dockerfile
6161
# Container image that runs your code
62-
FROM debian:9.5-slim
62+
FROM debian:13.1-slim
6363

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

0 commit comments

Comments
 (0)