Skip to content

Commit 5f285f5

Browse files
committed
Updated CI config
1 parent e5ffb00 commit 5f285f5

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
@@ -12,7 +12,7 @@ jobs:
1212
# Be sure to update the Docker image tag below to openjdk version of your application.
1313
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/openjdk
1414
docker:
15-
- image: cimg/openjdk:17.0
15+
- image: cimg/openjdk:17.0.6
1616
# Add steps to the job
1717
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
1818
steps:
@@ -33,7 +33,7 @@ jobs:
3333
# Be sure to update the Docker image tag below to openjdk version of your application.
3434
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/openjdk
3535
docker:
36-
- image: cimg/openjdk:17.0
36+
- image: cimg/openjdk:17.0.6
3737
# Add steps to the job
3838
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
3939
steps:

0 commit comments

Comments
 (0)