Skip to content

Commit 2900603

Browse files
committed
fix: content/actions/reference/workflows-and-actions/dockerfile-support.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-356686
1 parent 8045d10 commit 2900603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/reference/workflows-and-actions/dockerfile-support.md

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

6161
```dockerfile
6262
# Container image that runs your code
63-
FROM debian:9.5-slim
63+
FROM debian:13.0-slim
6464

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

0 commit comments

Comments
 (0)