Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update cimg/openjdk docker tag to v17.0.13 #5026

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:
- .gravitee.settings.xml
build:
docker:
- image: cimg/openjdk:17.0.11
- image: cimg/openjdk:17.0.13
resource_class: large
steps:
- attach_workspace:
Expand All @@ -380,7 +380,7 @@ jobs:
- ./gravitee-am-webui-*.zip
deploy-snapshot-on-nexus:
docker:
- image: cimg/openjdk:17.0.11
- image: cimg/openjdk:17.0.13
resource_class: medium+
steps:
- attach_workspace:
Expand Down Expand Up @@ -620,7 +620,7 @@ jobs:
mongo_version:
type: string
docker:
- image: cimg/openjdk:17.0.11-node
- image: cimg/openjdk:17.0.13-node
- image: mongo:<< parameters.mongo_version >>
resource_class: large
steps:
Expand Down Expand Up @@ -687,7 +687,7 @@ jobs:
psql_version:
type: string
docker:
- image: cimg/openjdk:17.0.11-node
- image: cimg/openjdk:17.0.13-node
- image: postgres:<< parameters.psql_version >>
environment:
POSTGRES_PASSWORD: T0pS3cr3t
Expand Down Expand Up @@ -827,7 +827,7 @@ jobs:

publish-images-azure-registry:
docker:
- image: cimg/openjdk:17.0.11
- image: cimg/openjdk:17.0.13
resource_class: small
steps:
- checkout
Expand Down Expand Up @@ -1025,7 +1025,7 @@ jobs:
done
coverage_build:
docker:
- image: cimg/openjdk:17.0.11
- image: cimg/openjdk:17.0.13
resource_class: large
steps:
- attach_workspace:
Expand All @@ -1048,7 +1048,7 @@ jobs:
jobName: coverage_build
frontend_version_build:
docker:
- image: cimg/openjdk:17.0.11
- image: cimg/openjdk:17.0.13
resource_class: small
steps:
- attach_workspace:
Expand Down