Skip to content

Commit

Permalink
Update cimg/openjdk Docker tag to v21.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 1cebd7c commit 6e6b966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
docker:
# Specify the version you desire here
# See: https://circleci.com/developer/images/image/cimg/openjdk
- image: cimg/openjdk:21.0
- image: cimg/openjdk:21.0.6

# Add steps to the job
# See: https://circleci.com/docs/jobs-steps/#steps-overview & https://circleci.com/docs/configuration-reference/#steps
Expand Down
2 changes: 1 addition & 1 deletion .circleci/sonar-cloud-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: 'cimg/openjdk:21.0'
- image: 'cimg/openjdk:21.0.6'
steps:
- checkout
- run:
Expand Down

0 comments on commit 6e6b966

Please sign in to comment.