Skip to content

Commit

Permalink
use ci docker image with newer rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed May 7, 2022
1 parent a1fd3e2 commit d2aef55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/run-tests-with-docker
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ run_exec docker run --rm $TTY_ARGS \
-e "TEST_RUBY_VERSION=$TEST_RUBY_VERSION" \
-e "COMPILE_CONCURRENCY=$COMPILE_CONCURRENCY" \
-e "SUDO=$SUDO" \
phusion/passenger-ci-docker-env:2.0.2 \
phusion/passenger-ci-docker-env:2.0.3 \
/sbin/my_init --skip-runit --skip-startup-files --quiet -- \
/passenger/dev/ci/scripts/inituidgid \
/sbin/setuser app \
Expand Down

0 comments on commit d2aef55

Please sign in to comment.