From 54495bec83dead03c28c593fb35fbc79b59d7be9 Mon Sep 17 00:00:00 2001 From: Ely Lucas Date: Wed, 12 Jul 2023 19:32:41 -0600 Subject: [PATCH] fixing docker image --- .circleci/config.yml | 2 +- .github/workflows/main.yml | 10 +++++----- buildspec.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a680077b..32f6d3f90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: with-chrome-and-firefox: docker: - - image: "node-18.16.0-chrome-112.0.5615.121-1-ff-112.0.1-edge-112.0.1722.48-1" + - image: "node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1" resource_class: large environment: PERCY_TOKEN: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de6d7f302..342de5a2d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: install: runs-on: ubuntu-latest container: - image: node-18.16.0-chrome-112.0.5615.121-1-ff-112.0.1-edge-112.0.1722.48-1 + image: node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1 options: --user 1001 steps: - name: Checkout @@ -67,7 +67,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: node-18.16.0-chrome-112.0.5615.121-1-ff-112.0.1-edge-112.0.1722.48-1 + image: node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1 options: --user 1001 needs: install strategy: @@ -122,7 +122,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: node-18.16.0-chrome-112.0.5615.121-1-ff-112.0.1-edge-112.0.1722.48-1 + image: node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1 options: --user 1001 needs: install strategy: @@ -168,7 +168,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: node-18.16.0-chrome-112.0.5615.121-1-ff-112.0.1-edge-112.0.1722.48-1 + image: node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1 options: --user 1001 needs: install strategy: @@ -213,7 +213,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: node-18.16.0-chrome-112.0.5615.121-1-ff-112.0.1-edge-112.0.1722.48-1 + image: node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1 options: --user 1001 needs: install strategy: diff --git a/buildspec.yml b/buildspec.yml index c96efa181..5b0b4579d 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -14,7 +14,7 @@ batch: compute-type: - BUILD_GENERAL1_MEDIUM image: - - public.ecr.aws/cypress-io/cypress/browsers:node-18.16.0-chrome-112.0.5615.121-1-ff-112.0.1-edge-112.0.1722.48-1 + - public.ecr.aws/cypress-io/cypress/browsers:node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1 variables: CY_GROUP_SPEC: - "UI - Chrome|chrome|cypress/tests/ui/*"