Skip to content

Commit 57290a5

Browse files
authored
Merge pull request #10 from 02ez/snyk-fix-dc594754af378df29653308849371a05
[Snyk] Security upgrade debian from 9.5-slim to 13.0-slim
2 parents 8045d10 + 2900603 commit 57290a5

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)