This commit is contained in:
Wendal Chen 2021-05-18 19:07:35 +08:00
parent d76d2e1b88
commit 9aed9e01e9
No known key found for this signature in database
GPG Key ID: E7354FE43E95013E

View File

@ -7,7 +7,7 @@ jobs:
build-job:
docker:
# specify the version you desire here
- image: circleci/openjdk:8-jdk
- image: circleci/openjdk:11.0.3-jdk-stretch
working_directory: ~/repo
@ -37,7 +37,7 @@ jobs:
deploy-job:
docker:
# specify the version you desire here
- image: circleci/openjdk:8-jdk
- image: circleci/openjdk:11.0.3-jdk-stretch
working_directory: ~/repo