From d0f598d81d80ddb91f681911464aeea49a8a47a4 Mon Sep 17 00:00:00 2001 From: Rares Matei Date: Fri, 12 Jan 2024 12:15:38 +0000 Subject: [PATCH] chore(repo): use prebuilt base image tag for nx agent (#21095) --- .nx/workflows/agents.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index 3933db43dd..902127533a 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -1,6 +1,7 @@ launch-templates: linux-medium: resource-class: 'docker_linux_amd64/medium+' + image: 'ubuntu22.04-node20.9-withDind-v1' env: GIT_AUTHOR_EMAIL: test@test.com GIT_AUTHOR_NAME: Test