From 01b2d0d474c503cb7cf3f8b401df6b9b6f81fff0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Apr 2022 01:48:44 +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-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 --- 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..c762fc172b55 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.4 LABEL "com.github.actions.name"="local-yarn-command" LABEL "com.github.actions.description"="Run a Yarn command using the checked-in build"