Skip to content

Commit

Permalink
openjdk image version
Browse files Browse the repository at this point in the history
  • Loading branch information
patou committed Dec 6, 2024
1 parent a4ef3c8 commit 9a9499b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs: # a collection of steps
build-backend: # runs not using Workflows must have a `build` job as entry point
working_directory: ~/liste-envies
docker:
- image: cimg/openjdk:21
- image: cimg/openjdk:21.0
steps:
- checkout
- restore_cache: # restore the saved cache after the first run or if `pom.xml` has changed
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs: # a collection of steps
deploy-test:
working_directory: ~/liste-envies
docker:
- image: cimg/openjdk:21
- image: cimg/openjdk:21.0
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs: # a collection of steps
deploy-prod:
working_directory: ~/liste-envies
docker:
- image: cimg/openjdk:21
- image: cimg/openjdk:21.0
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 9a9499b

Please sign in to comment.