Skip to content

Commit 37b03f1

Browse files
authored
Merge pull request #610 from rundeck/renovate/cimg-openjdk-17.x
Update cimg/openjdk Docker tag to v17.0.19
2 parents c3a4ba5 + 1bd2562 commit 37b03f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: cimg/openjdk:17.0
10+
- image: cimg/openjdk:17.0.19
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -49,7 +49,7 @@ jobs:
4949

5050
snyk_test:
5151
docker:
52-
- image: cimg/openjdk:17.0 # this should match what's used in the rest of the project
52+
- image: cimg/openjdk:17.0.19 # this should match what's used in the rest of the project
5353
steps:
5454
- checkout
5555
- setup_remote_docker

0 commit comments

Comments
 (0)