Skip to content

Commit

Permalink
fix: translations/ja-JP/content/actions/creating-actions/dockerfile-s…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 28, 2022
1 parent 5798cde commit a3b6f2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
##### *Dockerfile*の例
```
# コードを実行するコンテナイメージ
FROM debian:9.5-slim
FROM debian:stretch-20211201-slim
# アクションリポジトリからコンテナのファイルシステムパスの`/`にコードファイルをコピー
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit a3b6f2c

Please sign in to comment.