Skip to content

Commit

Permalink
fix: content/actions/creating-actions/dockerfile-support-for-github-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 15, 2024
1 parent b82eeb7 commit 3ef4ef1
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:11.6-slim
FROM debian:bullseye-20240513-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 3ef4ef1

Please sign in to comment.