Skip to content

Commit

Permalink
Update circleci/config.yml to use image: circleci/openjdk:11.0.4-jdk-…
Browse files Browse the repository at this point in the history
…stretch
  • Loading branch information
julesjacobsen committed Sep 25, 2019
1 parent f5232b2 commit b33bce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
docker:
# was circleci/openjdk:8-jdk but something changed and it tests failed on fork
- image: circleci/openjdk@sha256:3640c4f42886e796e805c23af48b0d7348dc1d3fa8dae9a365e1f023f913c795
#- image: circleci/openjdk@sha256:3640c4f42886e796e805c23af48b0d7348dc1d3fa8dae9a365e1f023f913c795
- image: circleci/openjdk:11.0.4-jdk-stretch
steps:
- checkout
- run: chmod +x mvnw
Expand Down

0 comments on commit b33bce9

Please sign in to comment.