Skip to content

Commit d4c3765

Browse files
Update cimg/openjdk Docker tag to v17.0.19
1 parent 7595e8e commit d4c3765

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)