Skip to content

Commit

Permalink
Bump CI image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalodner committed Feb 18, 2022
1 parent fb69142 commit d10f0a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ workflows:
jobs:
go-deps:
docker:
- image: offchainlabs/backend-base:0.4.1
- image: offchainlabs/backend-base:0.4.3
steps:
- checkout
- restore_cache: *restore_go_cache
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
path: *test-path
backend:
docker:
- image: offchainlabs/backend-base:0.4.1
- image: offchainlabs/backend-base:0.4.3
environment: # environment variables for the build itself
TEST_RESULTS: *test-path # path to where test results will be saved
steps:
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:

backend-rpc:
docker:
- image: offchainlabs/backend-base:0.4.1
- image: offchainlabs/backend-base:0.4.3
resource_class: large
environment: # environment variables for the build itself
TEST_RESULTS: *test-path # path to where test results will be saved
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:

arb-bridge-peripherals:
docker:
- image: offchainlabs/integration-base:0.4.1
- image: offchainlabs/integration-base:0.4.3
environment: # environment variables for the build itself
TEST_RESULTS: *test-path # path to where test results will be saved
steps:
Expand Down

0 comments on commit d10f0a3

Please sign in to comment.