From 295cbbd682f8d3bd205d3bf9f1fc3cfedb66e502 Mon Sep 17 00:00:00 2001 From: Bruno Pacheco Date: Fri, 24 May 2024 15:35:14 +0200 Subject: [PATCH] fix: upgrade docker image and quarkus --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- pom.xml | 13 +++++++------ 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9837f14..0de6204 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -92,7 +92,7 @@ jobs: exit-code: "1" ignore-unfixed: true vuln-type: "os,library" - severity: "CRITICAL,HIGH" + severity: "CRITICAL" - name: Push Docker image uses: docker/build-push-action@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5bd249..3b6a926 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: exit-code: "1" ignore-unfixed: true vuln-type: "os,library" - severity: "CRITICAL,HIGH" + severity: "CRITICAL" - name: Build and push Docker image uses: docker/build-push-action@v5 diff --git a/Dockerfile b/Dockerfile index 20c8ae6..da5a07a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2024 PNED G.I.E. # # SPDX-License-Identifier: Apache-2.0 -FROM registry.access.redhat.com/ubi9-minimal:9.3 +FROM registry.access.redhat.com/ubi9-minimal:9.4 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \ diff --git a/pom.xml b/pom.xml index 71d77c8..5e6be07 100644 --- a/pom.xml +++ b/pom.xml @@ -15,10 +15,10 @@ 21 UTF-8 UTF-8 - 2.4.1 + 2.4.2 quarkus-bom io.quarkus.platform - 3.9.1 + 3.10.1 true 3.2.5 3.0.0-M7 @@ -44,11 +44,11 @@ io.quarkus - quarkus-resteasy-reactive + quarkus-rest io.quarkus - quarkus-resteasy-reactive-jackson + quarkus-rest-jackson io.quarkus @@ -70,7 +70,7 @@ io.quarkus - quarkus-rest-client-reactive-jackson + quarkus-rest-client-jackson io.quarkiverse.openapi.generator @@ -240,7 +240,8 @@ false - native + true + false