Skip to content

Commit 5fbfb74

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-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196
1 parent dc959e4 commit 5fbfb74

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
@@ -67,7 +67,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
6767

6868
```dockerfile
6969
# コードを実行するコンテナイメージ
70-
FROM debian:bookworm-20231009-slim
70+
FROM debian:12.9-slim
7171

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

0 commit comments

Comments
 (0)