Skip to content

Commit

Permalink
Merge pull request MarcelRaschke#17 from MarcelRaschke/snyk-fix-56327…
Browse files Browse the repository at this point in the history
…499a4ae0cfb40753b1a2d2248d2
  • Loading branch information
MarcelRaschke authored May 15, 2021
2 parents d47c29b + 9ee46c4 commit 14ad46c
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:stretch-20210329-slim
FROM debian:buster-20210408-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 14ad46c

Please sign in to comment.