Skip to content

Commit

Permalink
Update cimg/openjdk Docker tag to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 044d979 commit 2044c58
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 @@ -35,7 +35,7 @@ aliases:
jobs:
test:
docker:
- image: cimg/openjdk:17.0.8
- image: cimg/openjdk:20.0.1
auth:
username: $DOCKERHUB_LOGIN
password: $DOCKERHUB_PASSWORD
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- .circleci
build:
docker:
- image: cimg/openjdk:17.0.8
- image: cimg/openjdk:20.0.1
auth:
username: $DOCKERHUB_LOGIN
password: $DOCKERHUB_PASSWORD
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- run: *post_build
docker-build:
docker:
- image: cimg/openjdk:17.0.8
- image: cimg/openjdk:20.0.1
auth:
username: $DOCKERHUB_LOGIN
password: $DOCKERHUB_PASSWORD
Expand Down

0 comments on commit 2044c58

Please sign in to comment.