Skip to content

Commit ed03cd6

Browse files
Update cimg/openjdk Docker tag to v21.0.6 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3dd0ed commit ed03cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

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

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

0 commit comments

Comments
 (0)