Skip to content

Commit

Permalink
[ci/cd/docker] Update maven Docker tag to v3.9.9
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 4be348f commit fc20617
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
build_platform:
working_directory: ~/openbas
docker:
- image: maven:3.9.6-eclipse-temurin-21
- image: maven:3.9.9-eclipse-temurin-21
steps:
- attach_workspace:
at: ~/
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
build_platform_musl:
working_directory: ~/openbas_musl
docker:
- image: maven:3.9.6-eclipse-temurin-21-alpine
- image: maven:3.9.9-eclipse-temurin-21-alpine
resource_class: large
steps:
- attach_workspace:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
package_rolling:
working_directory: ~/openbas
docker:
- image: maven:3.9.6-eclipse-temurin-21
- image: maven:3.9.9-eclipse-temurin-21
steps:
- attach_workspace:
at: ~/
Expand All @@ -143,7 +143,7 @@ jobs:
package_rolling_musl:
working_directory: ~/openbas_musl
docker:
- image: maven:3.9.6-eclipse-temurin-21
- image: maven:3.9.9-eclipse-temurin-21
steps:
- attach_workspace:
at: ~/
Expand Down
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: openbas-tests

steps:
- name: api-tests
image: maven:3.9.8-eclipse-temurin-22
image: maven:3.9.9-eclipse-temurin-22
environment:
SPRING_DATASOURCE_URL: jdbc:postgresql://pgsql:5432/openbas
MINIO_ENDPOINT: minio
Expand All @@ -31,7 +31,7 @@ steps:
- NODE_OPTIONS=--max_old_space_size=8192 yarn test

- name: app-e2e
image: maven:3.9.8-eclipse-temurin-22
image: maven:3.9.9-eclipse-temurin-22
detach: true
environment:
SPRING_DATASOURCE_URL: jdbc:postgresql://pgsql-e2e:5432/openbas
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN yarn install
COPY openbas-front /opt/openbas-build/openbas-front
RUN yarn build

FROM maven:3.9.6-eclipse-temurin-21 AS api-builder
FROM maven:3.9.9-eclipse-temurin-21 AS api-builder

WORKDIR /opt/openbas-build/openbas
COPY openbas-model ./openbas-model
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_circleci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.6-eclipse-temurin-21 AS api-builder
FROM maven:3.9.9-eclipse-temurin-21 AS api-builder

WORKDIR /opt/openbas-build/openbas
COPY openbas-model ./openbas-model
Expand Down

0 comments on commit fc20617

Please sign in to comment.