Skip to content

Commit

Permalink
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] committed Oct 17, 2024
1 parent 0330cf4 commit ae97acf
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 @@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: 'cimg/openjdk:21.0.4'
- image: 'cimg/openjdk:21.0.5'
steps:
- checkout
- run:
Expand All @@ -13,7 +13,7 @@ jobs:
executors:
jdk:
docker:
- image: 'cimg/openjdk:21.0.4'
- image: 'cimg/openjdk:21.0.5'

orbs:
maven: circleci/maven@1.4.1
Expand Down

0 comments on commit ae97acf

Please sign in to comment.