Skip to content

Commit

Permalink
build: add default FACTORY_VERSION to Dockerfile (cypress-io#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Aug 22, 2024
1 parent 36d58b9 commit 188280d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions factory/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

ARG FACTORY_VERSION
# FACTORY_VERSION is expected to be overridden
# Regular builds, using docker compose, take the value from
# the .env file in the same directory as this file
ARG FACTORY_VERSION='4.1.0'

# Multi-stage default image. Used to test and create the pre-built docker images.
FROM cypress/factory:${FACTORY_VERSION} AS default_image
Expand Down

0 comments on commit 188280d

Please sign in to comment.