We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f6b3d7 + da07b1f commit b648ef8Copy full SHA for b648ef8
.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
docker:
9
# specify the version you desire here
10
- - image: cimg/openjdk:11.0
+ - image: cimg/openjdk:11.0.29
11
12
# Specify service dependencies here if necessary
13
# CircleCI maintains a library of pre-built images
@@ -49,7 +49,7 @@ jobs:
49
50
snyk_test:
51
52
- - image: cimg/openjdk:11.0 # this should match what's used in the rest of the project
+ - image: cimg/openjdk:11.0.29 # this should match what's used in the rest of the project
53
steps:
54
- checkout
55
- setup_remote_docker
0 commit comments