Skip to content

Commit

Permalink
Merge pull request #142 from taeb3/snyk-fix-be83b6d8e40aefe70f40aa803…
Browse files Browse the repository at this point in the history
…0df1496

[Snyk] Security upgrade debian from 9.5-slim to 11.6-slim
  • Loading branch information
taeb3 authored Mar 28, 2023
2 parents 752f5b5 + eae8afa commit 8171780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]

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

Please sign in to comment.