Skip to content

Commit

Permalink
chore(deps): update cimg/openjdk docker tag to v21.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 1ac52a6 commit d26ad0b
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.12
- image: cimg/openjdk:21.0.4

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.4

working_directory: ~/repo

Expand Down

0 comments on commit d26ad0b

Please sign in to comment.