Skip to content

Commit 53d0c9b

Browse files
committed
Changed build image to amazoncorretto
1 parent 35fb195 commit 53d0c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
test:
44
docker:
5-
- image: openjdk:11
5+
- image: amazoncorretto:11
66
steps:
77
- checkout
88
- run:
@@ -17,7 +17,7 @@ jobs:
1717
path: test-results
1818
deploy:
1919
docker:
20-
- image: openjdk:11
20+
- image: amazoncorretto:11
2121
steps:
2222
- add_ssh_keys:
2323
fingerprints:

0 commit comments

Comments
 (0)