Skip to content

Commit ad7c3b3

Browse files
committed
Update cimg/openjdk Docker tag to v21.0.5
1 parent 61b6e82 commit ad7c3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
analyze:
55
docker:
6-
- image: 'cimg/openjdk:21.0.4'
6+
- image: 'cimg/openjdk:21.0.5'
77
steps:
88
- checkout
99
- run:
@@ -13,7 +13,7 @@ jobs:
1313
executors:
1414
jdk:
1515
docker:
16-
- image: 'cimg/openjdk:21.0.4'
16+
- image: 'cimg/openjdk:21.0.5'
1717

1818
orbs:
1919
maven: circleci/[email protected]

0 commit comments

Comments
 (0)