Skip to content

Commit

Permalink
chore: release 18.15.0 images needed for cypress monorepo (chrome/fir…
Browse files Browse the repository at this point in the history
…efox updates to come later)
  • Loading branch information
AtofStryker committed Aug 31, 2023
1 parent 0940b5b commit df4b5ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ workflows:
filters:
branches:
only: # only branches matching the below regex filters will run
- master
- chore/node_18.15.0_images
requires:
- factory
- factory-arm
Expand All @@ -342,7 +342,7 @@ workflows:
filters:
branches:
only: # only branches matching the below regex filters will run
- master
- chore/node_18.15.0_images
requires:
- "Push Factory Image"
- base
Expand All @@ -354,7 +354,7 @@ workflows:
filters:
branches:
only: # only branches matching the below regex filters will run
- master
- chore/node_18.15.0_images
requires:
- "Push Factory Image"
- browsers
Expand All @@ -366,7 +366,7 @@ workflows:
filters:
branches:
only: # only branches matching the below regex filters will run
- master
- chore/node_18.15.0_images
requires:
- "Push Factory Image"
- included
Expand Down
6 changes: 3 additions & 3 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ BASE_IMAGE='debian:bullseye-slim'
FACTORY_DEFAULT_NODE_VERSION='20.5.0'

# Node Versions: https://nodejs.org/en/download/releases/
NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
NODE_VERSION='18.15.0'

# Update this to deploy the docker factory if you make changes to factory.Dockerfile or install scripts
FACTORY_VERSION='3.0.0'

# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
CHROME_VERSION='114.0.5735.133-1'
CHROME_VERSION='106.0.5249.61-1'

# Cypress versions: https://www.npmjs.com/package/cypress
CYPRESS_VERSION='13.0.0'
Expand All @@ -26,7 +26,7 @@ CYPRESS_VERSION='13.0.0'
EDGE_VERSION='114.0.1823.51-1'

# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
FIREFOX_VERSION='114.0.2'
FIREFOX_VERSION='99.0.1'

# Yarn versions: https://www.npmjs.com/package/yarn
YARN_VERSION='1.22.19'
Expand Down
1 change: 1 addition & 0 deletions factory/factory.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN ls -la /root \
&& apt-get install --no-install-recommends -y \
# Always install: Needed to run Cypress
xvfb \
xauth \
libglib2.0-0 \
libnss3 \
libatk1.0-0 \
Expand Down

0 comments on commit df4b5ac

Please sign in to comment.