Skip to content

Commit

Permalink
build: add default BASE_IMAGE to factory.Dockerfile (cypress-io#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Aug 8, 2024
1 parent 359c915 commit a822ecb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions factory/factory.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Set base image arg to allow easy testing of other debian versions.
ARG BASE_IMAGE
# BASE_IMAGE 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 BASE_IMAGE='debian:12-slim'

FROM ${BASE_IMAGE} AS factory

Expand Down

0 comments on commit a822ecb

Please sign in to comment.