diff --git a/scripts/actions/local-yarn-command/Dockerfile b/scripts/actions/local-yarn-command/Dockerfile index 81300360c230..7f7ce2cfb3a9 100644 --- a/scripts/actions/local-yarn-command/Dockerfile +++ b/scripts/actions/local-yarn-command/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.18 LABEL "com.github.actions.name"="local-yarn-command" LABEL "com.github.actions.description"="Run a Yarn command using the checked-in build"