Skip to content

Commit b648ef8

Browse files
authored
Merge pull request #584 from rundeck/renovate/cimg-openjdk-11.x
chore(deps): update cimg/openjdk docker tag to v11.0.29
2 parents 5f6b3d7 + da07b1f commit b648ef8

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
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: cimg/openjdk:11.0
10+
- image: cimg/openjdk:11.0.29
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:11.0 # this should match what's used in the rest of the project
52+
- image: cimg/openjdk:11.0.29 # 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)