Skip to content

Commit

Permalink
fix: translations/es-ES/content/actions/creating-actions/dockerfile-s…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 12, 2022
1 parent 69b4b4c commit dc94bb0
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-20210408-slim
FROM debian:stretch-20220418-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 dc94bb0

Please sign in to comment.