Skip to content

Commit 6661b67

Browse files
authored
fix(ci): replace legacy docker image (#759)
1 parent acab496 commit 6661b67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commands:
1414
jobs:
1515
format:
1616
docker:
17-
- image: circleci/openjdk:8-jdk
17+
- image: cimg/openjdk:8.0
1818
steps:
1919
- checkout
2020
- restore_cache:
@@ -25,7 +25,7 @@ jobs:
2525

2626
test-java-8:
2727
docker:
28-
- image: circleci/openjdk:8-jdk
28+
- image: cimg/openjdk:8.0
2929
steps:
3030
- checkout
3131
- restore_cache:
@@ -44,7 +44,7 @@ jobs:
4444

4545
test-java-11:
4646
docker:
47-
- image: circleci/openjdk:11-jdk
47+
- image: cimg/openjdk:11.0
4848
steps:
4949
- checkout
5050
- restore_cache:
@@ -63,7 +63,7 @@ jobs:
6363

6464
release:
6565
docker:
66-
- image: circleci/openjdk:11-jdk
66+
- image: cimg/openjdk:11.0
6767
steps:
6868
- checkout
6969
- restore_cache:

0 commit comments

Comments
 (0)