Skip to content

Commit

Permalink
chore(deps): update cimg/openjdk docker tag to v21.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent ab64bc2 commit ddd0d15
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 @@ -7,7 +7,7 @@ jobs:
build-java17:
docker:
# specify the version you desire here
- image: cimg/openjdk:17.0.13
- image: cimg/openjdk:21.0.5

working_directory: ~/repo

Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
build-java21:
docker:
# specify the version you desire here
- image: cimg/openjdk:21.0
- image: cimg/openjdk:21.0.5

working_directory: ~/repo

Expand Down

0 comments on commit ddd0d15

Please sign in to comment.