From bdb6c9c3b5d25ef07e5453c852f190b33c62d5ce Mon Sep 17 00:00:00 2001 From: Timofey Kirillov Date: Mon, 11 Apr 2022 10:49:15 +0300 Subject: [PATCH] fix(tests): fix ansible suite, change deprecated base image Signed-off-by: Timofey Kirillov --- integration/suites/ansible/yarn/werf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/suites/ansible/yarn/werf.yaml b/integration/suites/ansible/yarn/werf.yaml index 189e28ad8c..4734f03e15 100644 --- a/integration/suites/ansible/yarn/werf.yaml +++ b/integration/suites/ansible/yarn/werf.yaml @@ -2,7 +2,7 @@ configVersion: 1 project: ansible-yarn --- image: ~ -from: yarnpkg/node-yarn +from: node:lts-alpine3.15 git: - add: / to: /app