We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a64b8b commit a4fe502Copy full SHA for a4fe502
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
# Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
10
# See: https://circleci.com/docs/configuration-reference/#executor-job
11
docker:
12
- - image: cimg/openjdk:11.0.19
+ - image: cimg/openjdk:21.0.2
13
# Add steps to the job
14
# See: https://circleci.com/docs/configuration-reference/#steps
15
steps:
0 commit comments