Skip to content

Commit add4b50

Browse files
committed
fix(ci): replace legacy docker image
1 parent 507345e commit add4b50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ commands:
2929
jobs:
3030
format:
3131
docker:
32-
- image: circleci/openjdk:8-jdk
32+
- image: cimg/openjdk:8.0
3333
steps:
3434
- checkout
3535
- restore_cache:
@@ -39,7 +39,7 @@ jobs:
3939
command: cat /dev/null | sbt '++ 2.13.1 scalafmtCheckAll'
4040
test-2-11:
4141
docker:
42-
- image: circleci/openjdk:8-jdk
42+
- image: cimg/openjdk:8.0
4343
steps:
4444
- checkout
4545
- restore_cache:
@@ -55,7 +55,7 @@ jobs:
5555
- "~/.m2"
5656
test-2-12:
5757
docker:
58-
- image: circleci/openjdk:8-jdk
58+
- image: cimg/openjdk:8.0
5959
steps:
6060
- checkout
6161
- restore_cache:
@@ -71,7 +71,7 @@ jobs:
7171
- "~/.m2"
7272
test-2-13:
7373
docker:
74-
- image: circleci/openjdk:8-jdk
74+
- image: cimg/openjdk:8.0
7575
steps:
7676
- checkout
7777
- restore_cache:
@@ -88,7 +88,7 @@ jobs:
8888

8989
release:
9090
docker:
91-
- image: circleci/openjdk:8-jdk
91+
- image: cimg/openjdk:8.0
9292
steps:
9393
- checkout
9494
- run:

0 commit comments

Comments
 (0)