Skip to content

Commit

Permalink
Merge pull request #63 from acun87/snyk-fix-7434dcf7123186270195c9067…
Browse files Browse the repository at this point in the history
…229405f

[Snyk] Security upgrade debian from 9.5-slim to stretch-slim
  • Loading branch information
acun87 authored Apr 25, 2022
2 parents c42d2ac + d46deee commit 7026ed2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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 7026ed2

Please sign in to comment.