Skip to content

Commit

Permalink
update docker version on quorum ats executor (hyperledger#4306)
Browse files Browse the repository at this point in the history
* docker version

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla authored and garyschulte committed Sep 7, 2022
1 parent 5b4b3d3 commit bcbc5b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ executors:
quorum_ats_executor:
docker:
- image: cimg/openjdk:11.0
resource_class: large
resource_class: xlarge
working_directory: ~/project
environment:
GRADLE_OPTS: -Dorg.gradle.daemon=false
Expand Down Expand Up @@ -257,7 +257,9 @@ jobs:
steps:
- attach_workspace:
at: ~/project
- setup_remote_docker
- setup_remote_docker:
version: 20.10.14
docker_layer_caching: true
- run:
name: Quorum Acceptance Tests
no_output_timeout: 30m
Expand Down

0 comments on commit bcbc5b0

Please sign in to comment.