Skip to content

Commit

Permalink
chore: publish image for 12.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Oct 20, 2023
1 parent b5155ae commit b33162b
Showing 1 changed file with 5 additions and 5 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='18.14.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='110.0.5481.96-1'

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

# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
EDGE_VERSION='118.0.2088.46-1'
EDGE_VERSION='110.0.1587.41-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

0 comments on commit b33162b

Please sign in to comment.