Skip to content

Commit 3ac21d7

Browse files
Update cimg/openjdk Docker tag to v11.0.26
1 parent 1a349d7 commit 3ac21d7

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

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

0 commit comments

Comments
 (0)