Skip to content

Commit

Permalink
test: bump args-defined browser versions (cypress-io#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 12, 2024
1 parent 99c6a03 commit c352368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions factory/test-project/argsDefined.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Args are defined in the dockerfile before the FROM command.
ARG CHROME_VERSION='107.0.5304.121-1'
ARG EDGE_VERSION='100.0.1185.29-1'
ARG FIREFOX_VERSION='107.0'
# Args are defined in the Dockerfile before the FROM command.
ARG CHROME_VERSION='126.0.6478.114-1'
ARG EDGE_VERSION='126.0.2592.61-1'
ARG FIREFOX_VERSION='128.0'

ARG BASE_TEST_IMAGE

Expand Down
1 change: 0 additions & 1 deletion factory/test-project/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
services:

args-defined:
user: node
build:
dockerfile: argsDefined.Dockerfile
context: .
Expand Down

0 comments on commit c352368

Please sign in to comment.