Skip to content

Commit

Permalink
Merge pull request #1 from CALISOULB/snyk-fix-b1b44638881be3fc736a9c5…
Browse files Browse the repository at this point in the history
…c93a78334

[Snyk] Security upgrade debian from 9.5-slim to stretch-slim
  • Loading branch information
CALISOULB authored Dec 23, 2021
2 parents 13b5555 + c0222c5 commit a89bd76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]

```dockerfile
# 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 a89bd76

Please sign in to comment.