Skip to content

Commit

Permalink
Merge pull request #1 from lilmoonlil/snyk-fix-9a89383a17dd3e80e80a18…
Browse files Browse the repository at this point in the history
…3506f83a0e

[Snyk] Security upgrade debian from 9.5-slim to 11.6-slim
  • Loading branch information
lilmoonlil authored Mar 20, 2023
2 parents 3374199 + 066de70 commit b95838a
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
# コードを実行するコンテナイメージ
FROM debian:9.5-slim
FROM debian:11.6-slim

# アクションのリポジトリからコードをコンテナのファイルシステムパス `/` にコピー
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit b95838a

Please sign in to comment.