diff --git a/scripts/actions/local-yarn-command/Dockerfile b/scripts/actions/local-yarn-command/Dockerfile index 94fa6c5802b5..2af14bf8eded 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.23.3 LABEL "com.github.actions.name"="local-yarn-command" LABEL "com.github.actions.description"="Run a Yarn command using the checked-in build"