Skip to content

Commit 43b3d7a

Browse files
committed
Use non-deprecated CircleCI image
1 parent eb5f61d commit 43b3d7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/work
55
docker:
6-
- image: circleci/openjdk:latest
6+
- image: cimg/openjdk:11.0
77
steps:
88
- checkout
99
- restore_cache:

0 commit comments

Comments
 (0)