Skip to content

Commit 61b6e82

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

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.2'
6+
- image: 'cimg/openjdk:21.0.4'
77
steps:
88
- checkout
99
- run:
@@ -13,7 +13,7 @@ jobs:
1313
executors:
1414
jdk:
1515
docker:
16-
- image: 'cimg/openjdk:21.0.2'
16+
- image: 'cimg/openjdk:21.0.4'
1717

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

0 commit comments

Comments
 (0)