Skip to content

Commit

Permalink
Merge pull request #260 from MarcelRaschke/snyk-fix-ce84b5837de786e74…
Browse files Browse the repository at this point in the history
…1984ffa8b78b6d3

[Snyk] Security upgrade debian from 9.5-slim to 9-slim
  • Loading branch information
MarcelRaschke authored Jun 11, 2022
2 parents 8fad403 + b9e98ac commit 79bf7e1
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:9-slim

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

0 comments on commit 79bf7e1

Please sign in to comment.