Skip to content
Open
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: translations/ko-KR/content/actions/creating-actions/dockerfile-s…
  • Loading branch information
snyk-bot committed Jul 2, 2021
commit 87826d752dfc5a11e786a6a1557efbe5310f0510
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
##### Example *Dockerfile*
```
# Container image that runs your code
FROM debian:stretch-20210621-slim
FROM debian:10-slim

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