Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @primer/components from 28.0.4 to 28.5.0 #8

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Next Next commit
fix: translations/pt-BR/content/actions/creating-actions/dockerfile-s…
  • Loading branch information
snyk-bot committed Oct 19, 2023
commit f32458b911e17ebdfa5a153ea4d22556ef38663f
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:bookworm-20231009-slim

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down