Skip to content

Commit 07d9f76

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-DPKG-2847943 - 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-GLIBC-356654
1 parent d77ee5f commit 07d9f76

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

6666
```dockerfile
6767
# Container image that runs your code
68-
FROM debian:9.5-slim
68+
FROM debian:bookworm-20240423-slim
6969

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

0 commit comments

Comments
 (0)