Skip to content

Commit a076fde

Browse files
authored
Merge pull request #43 from shga1993/snyk-fix-52b4f9b856b11625888162f97af450f0
[Snyk] Security upgrade debian from 9.5-slim to stretch-20210902-slim
2 parents 9c47a9e + 2a7fbf2 commit a076fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/es-XL/content/actions/creating-actions/dockerfile-support-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
6262
##### *Dockerfile* de ejemplo
6363
```
6464
# Container image that runs your code
65-
FROM debian:9.5-slim
65+
FROM debian:stretch-20210902-slim
6666
6767
# Copies your code file from your action repository to the filesystem path `/` of the container
6868
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)