From 452e5bed8cae232d237395cb0b8beebfcea5967e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 16:42:00 +0000 Subject: [PATCH] fix: scripts/actions/make-commit/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 --- scripts/actions/make-commit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/actions/make-commit/Dockerfile b/scripts/actions/make-commit/Dockerfile index ebf40df21eb8..308945bfca8c 100644 --- a/scripts/actions/make-commit/Dockerfile +++ b/scripts/actions/make-commit/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.20.3 LABEL "com.github.actions.name"="make-commit" LABEL "com.github.actions.description"="Generates a commit with the given message"