Skip to content

Commit

Permalink
Merge pull request #51 from B020239/snyk-fix-f07fae9410b0ed601888d1bb…
Browse files Browse the repository at this point in the history
…47ad8496

[Snyk] Security upgrade debian from 9.5-slim to stretch-slim
  • Loading branch information
B020239 authored Jan 5, 2022
2 parents e6cddbe + 545b9aa commit 5798cde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
##### *Dockerfile* de ejemplo
```
# Container image that runs your code
FROM debian:9.5-slim
FROM debian:stretch-slim
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 5798cde

Please sign in to comment.