From 928bcf87ba48672a8c003a9865b1f69682634cf4 Mon Sep 17 00:00:00 2001 From: Akis Maziotis <36594156+phoinixgrr@users.noreply.github.com> Date: Tue, 2 Aug 2022 17:27:50 +0300 Subject: [PATCH] [chore] Update Node and Npm build image (#20752) This updates the build-images used for CI to: - node: 16.10.0 - npm: 7.24.0 Ticket: https://mattermost.atlassian.net/browse/CLD-3848 Signed-off-by: Akis Maziotis --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 903d44dfc3..5063a7b3f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: setup: working_directory: ~/mattermost/mattermost-server docker: - - image: mattermost/mattermost-build-webapp:20210524_node-16 + - image: mattermost/mattermost-build-webapp:20220802_node-16.10.0@sha256:3272aa759f10c2ef1719ed08cc82ddb07224bec5be86f09800c72f5e2a623c3d resource_class: xlarge # Use `--retry-all-errors` instead of `until` after curl version >= 7.71.0; `retry` will not work, since it only retries on transient errors, 403 is not one of them. steps: