Skip to content

Commit

Permalink
Merge pull request #93 from irinaqwerty852/snyk-fix-23e6b6ccd42ecb3fe…
Browse files Browse the repository at this point in the history
…0ffb508ed40fbbb

[Snyk] Security upgrade debian from 9.5-slim to 9-slim
  • Loading branch information
irinaqwerty852 authored Aug 31, 2022
2 parents 882570e + cbe7d66 commit ccc7213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]

```dockerfile
# Container image that runs your code
FROM debian:9.5-slim
FROM debian:9-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 ccc7213

Please sign in to comment.