This is an automated email from the ASF dual-hosted git repository.

emaynard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 2494dd09 Update Java for CVE-2023-22025 (#406)
2494dd09 is described below

commit 2494dd09253d638d86b20ebd2a38a05bc602d5d6
Author: Eric Maynard <eric.maynard+...@snowflake.com>
AuthorDate: Mon Oct 28 17:51:36 2024 -0400

    Update Java for CVE-2023-22025 (#406)
    
    * update java
    
    * retest
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index cf1c3e81..a9b1723a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,7 +34,7 @@ RUN rm -rf build
 # Build the rest catalog
 RUN ./gradlew --no-daemon --info 
${ECLIPSELINK_DEPS+"-PeclipseLinkDeps=$ECLIPSELINK_DEPS"} 
-PeclipseLink=$ECLIPSELINK clean prepareDockerDist
 
-FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.20-2.1726695169
+FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.20-2.1729089285
 WORKDIR /app
 COPY --from=build /app/polaris-service/build/docker-dist/bin /app/bin
 COPY --from=build /app/polaris-service/build/docker-dist/lib /app/lib

Reply via email to