Fix Ruby 3.3 tests to correct Dockerfile

This commit is contained in:
Jyri-Petteri Paloposki 2024-06-17 13:20:55 +03:00
parent b274c270f1
commit 1d79436a52
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ services:
web: web:
build: build:
context: .. context: ..
dockerfile: Dockerfile-3.3 dockerfile: Dockerfile
environment: environment:
# These are set in script/ci-build, so we need to pass-thru them. # These are set in script/ci-build, so we need to pass-thru them.
RAILS_ENV: $RAILS_ENV RAILS_ENV: $RAILS_ENV

View file

@ -10,7 +10,7 @@ services:
web: web:
build: build:
context: .. context: ..
dockerfile: Dockerfile-3.3 dockerfile: Dockerfile
environment: environment:
# These are set in script/ci-build, so we need to pass-thru them. # These are set in script/ci-build, so we need to pass-thru them.
RAILS_ENV: $RAILS_ENV RAILS_ENV: $RAILS_ENV

View file

@ -3,7 +3,7 @@ services:
web: web:
build: build:
context: .. context: ..
dockerfile: Dockerfile-3.3 dockerfile: Dockerfile
environment: environment:
# These are set in script/ci-build, so we need to pass-thru them. # These are set in script/ci-build, so we need to pass-thru them.
RAILS_ENV: $RAILS_ENV RAILS_ENV: $RAILS_ENV