Skip to content

Commit

Permalink
Updated Build JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Aug 18, 2024
1 parent e7bd20b commit a43e209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
clean:
docker:
# specify the version you desire here
- image: cimg/openjdk:17.0.6
- image: cimg/openjdk:21.0.2

working_directory: ~/repo

Expand All @@ -27,7 +27,7 @@ jobs:
deployment:
docker:
# specify the version you desire here
- image: cimg/openjdk:17.0.6
- image: cimg/openjdk:21.0.2

working_directory: ~/repo

Expand All @@ -45,7 +45,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: cimg/openjdk:17.0.6
- image: cimg/openjdk:21.0.2

working_directory: ~/repo

Expand Down

0 comments on commit a43e209

Please sign in to comment.