From 1362684e12101e2b8dee25e36de40de4c2add43d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Apr 2022 01:49:58 +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-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 --- 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..346238d7696e 100644 --- a/scripts/actions/make-commit/Dockerfile +++ b/scripts/actions/make-commit/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.15.4 LABEL "com.github.actions.name"="make-commit" LABEL "com.github.actions.description"="Generates a commit with the given message"