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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4e88a9167 [docker] Upgrade base image to Eclipse Temurin 17-jre-noble 
version (#2520)
4e88a9167 is described below

commit 4e88a91670c1a5065381a7fa0858a291220ce3a1
Author: Muhammet Orazov <[email protected]>
AuthorDate: Mon Feb 2 16:57:01 2026 +0100

    [docker] Upgrade base image to Eclipse Temurin 17-jre-noble version (#2520)
---
 docker/fluss/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/fluss/Dockerfile b/docker/fluss/Dockerfile
index 7552bb6ef..a2963ef79 100644
--- a/docker/fluss/Dockerfile
+++ b/docker/fluss/Dockerfile
@@ -20,7 +20,7 @@
 # --------------
 # Stream edition
 # --------------
-FROM eclipse-temurin:17-jre-jammy AS builder
+FROM eclipse-temurin:17-jre-noble AS builder
 
 # Install dependencies
 RUN set -ex; \

Reply via email to