From 2dc27437cf8e0da9cf7f3e6fd64bc6d7b1346b4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Mar 2022 01:10:22 +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-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 --- 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..9213770ba80c 100644 --- a/scripts/actions/make-commit/Dockerfile +++ b/scripts/actions/make-commit/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.15 LABEL "com.github.actions.name"="make-commit" LABEL "com.github.actions.description"="Generates a commit with the given message"