Skip to content

Commit

Permalink
chore(deps): update cimg/openjdk docker tag to v17.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 102734e commit 88fd4ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
- .gravitee.settings.xml
build:
docker:
- image: cimg/openjdk:17.0.11
- image: cimg/openjdk:17.0.12
resource_class: large
steps:
- attach_workspace:
Expand All @@ -376,7 +376,7 @@ jobs:
- ./gravitee-am-webui-*.zip
deploy-snapshot-on-nexus:
docker:
- image: cimg/openjdk:17.0.11
- image: cimg/openjdk:17.0.12
resource_class: medium+
steps:
- attach_workspace:
Expand Down Expand Up @@ -616,7 +616,7 @@ jobs:
mongo_version:
type: string
docker:
- image: cimg/openjdk:17.0.11-node
- image: cimg/openjdk:17.0.12-node
- image: mongo:<< parameters.mongo_version >>
resource_class: large
steps:
Expand Down Expand Up @@ -683,7 +683,7 @@ jobs:
psql_version:
type: string
docker:
- image: cimg/openjdk:17.0.11-node
- image: cimg/openjdk:17.0.12-node
- image: postgres:<< parameters.psql_version >>
environment:
POSTGRES_PASSWORD: T0pS3cr3t
Expand Down Expand Up @@ -823,7 +823,7 @@ jobs:

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

0 comments on commit 88fd4ae

Please sign in to comment.