Skip to content

Commit

Permalink
Fixed Docker images aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jul 30, 2024
1 parent ea07f91 commit d6ebfad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ commands:
jobs:
bld_jdk17:
docker:
- image: cimg/openjdk:17
- image: cimg/openjdk:17.0
steps:
- build_and_test:
kotlin: 1.9.24

bld_jdk21:
docker:
- image: cimg/openjdk:21
- image: cimg/openjdk:21.0
steps:
- build_and_test:
kotlin: 2.0.0
Expand Down

0 comments on commit d6ebfad

Please sign in to comment.