Skip to content

Commit d793259

Browse files
committed
fix: translations/ja-JP/content/actions/creating-actions/dockerfile-support-for-github-actions.md to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-DPKG-2847943 - https://snyk.io/vuln/SNYK-DEBIAN9-GCC6-347562 - https://snyk.io/vuln/SNYK-DEBIAN9-SYSTEMD-546478 - https://snyk.io/vuln/SNYK-DEBIAN9-SYSTEMD-546478 - https://snyk.io/vuln/SNYK-DEBIAN9-ZLIB-2433935
1 parent 1e6d26e commit d793259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/ja-JP/content/actions/creating-actions/dockerfile-support-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
6262
##### *Dockerfile*の例
6363
```
6464
# コードを実行するコンテナイメージ
65-
FROM debian:stretch-20211201-slim
65+
FROM debian:9-slim
6666
6767
# アクションリポジトリからコンテナのファイルシステムパスの`/`にコードファイルをコピー
6868
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)