From e945944cab48d00cf276d00fa4799fad1cde19f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Mar 2022 01:09:54 +0000 Subject: [PATCH] fix: scripts/actions/local-yarn-command/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/local-yarn-command/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/actions/local-yarn-command/Dockerfile b/scripts/actions/local-yarn-command/Dockerfile index 94fa6c5802b5..267b49e2a817 100644 --- a/scripts/actions/local-yarn-command/Dockerfile +++ b/scripts/actions/local-yarn-command/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.15 LABEL "com.github.actions.name"="local-yarn-command" LABEL "com.github.actions.description"="Run a Yarn command using the checked-in build"