Skip to content

Commit

Permalink
chore: publish image for 12.3.0 with Chrome 109
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Oct 20, 2023
1 parent b5155ae commit 73ae2c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
BASE_IMAGE='debian:bullseye-slim'

# Node Versions: https://nodejs.org/en/download/releases/
FACTORY_DEFAULT_NODE_VERSION='20.6.1'
FACTORY_DEFAULT_NODE_VERSION='16.18.1'

# Node Versions: https://nodejs.org/en/download/releases/
NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
Expand All @@ -17,16 +17,16 @@ NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
FACTORY_VERSION='3.1.0'

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

# Cypress versions: https://www.npmjs.com/package/cypress
CYPRESS_VERSION='13.3.2'
CYPRESS_VERSION='12.3.0'

# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
EDGE_VERSION='118.0.2088.46-1'
EDGE_VERSION='109.0.1518.52-1'

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

# Yarn versions: https://www.npmjs.com/package/yarn
YARN_VERSION='1.22.19'
Expand Down
2 changes: 1 addition & 1 deletion factory/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
# WEBKIT_VERSION: ${WEBKIT_VERSION}
tags:
# - ${REPO_PREFIX-}cypress/included:latest
- ${REPO_PREFIX-}cypress/included:${INCLUDED_IMAGE_SHORT_TAG}
# - ${REPO_PREFIX-}cypress/included:${INCLUDED_IMAGE_SHORT_TAG}
- ${REPO_PREFIX-}cypress/included:${INCLUDED_IMAGE_TAG}
command: node -v

Expand Down

0 comments on commit 73ae2c6

Please sign in to comment.