From d0ac0abde043e49260f749a02ad5cc94db557044 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Aug 2023 16:07:55 +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-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5821142 --- 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..79c6dda31d57 100644 --- a/scripts/actions/make-commit/Dockerfile +++ b/scripts/actions/make-commit/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.18.3 LABEL "com.github.actions.name"="make-commit" LABEL "com.github.actions.description"="Generates a commit with the given message"