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

mbalassi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new f77b347  Update GPG key for 1.19.1 release to full key ID
f77b347 is described below

commit f77b347d0a534da0482e692d80f559f47041829e
Author: Hong Liang Teoh <[email protected]>
AuthorDate: Mon Jun 17 20:26:44 2024 +0100

    Update GPG key for 1.19.1 release to full key ID
---
 1.19/scala_2.12-java11-ubuntu/Dockerfile | 2 +-
 1.19/scala_2.12-java17-ubuntu/Dockerfile | 2 +-
 1.19/scala_2.12-java8-ubuntu/Dockerfile  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/1.19/scala_2.12-java11-ubuntu/Dockerfile 
b/1.19/scala_2.12-java11-ubuntu/Dockerfile
index 650188c..e935aff 100644
--- a/1.19/scala_2.12-java11-ubuntu/Dockerfile
+++ b/1.19/scala_2.12-java11-ubuntu/Dockerfile
@@ -46,7 +46,7 @@ RUN set -ex; \
 # Configure Flink version
 ENV 
FLINK_TGZ_URL=https://dlcdn.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz
 \
     
FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz.asc
 \
-    GPG_KEY=B78A5EA1 \
+    GPG_KEY=6378E37EB3AAEA188B9CB0D396C2914BB78A5EA1 \
     CHECK_GPG=true
 
 # Prepare environment
diff --git a/1.19/scala_2.12-java17-ubuntu/Dockerfile 
b/1.19/scala_2.12-java17-ubuntu/Dockerfile
index 95f81e1..1c9ab39 100644
--- a/1.19/scala_2.12-java17-ubuntu/Dockerfile
+++ b/1.19/scala_2.12-java17-ubuntu/Dockerfile
@@ -46,7 +46,7 @@ RUN set -ex; \
 # Configure Flink version
 ENV 
FLINK_TGZ_URL=https://dlcdn.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz
 \
     
FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz.asc
 \
-    GPG_KEY=B78A5EA1 \
+    GPG_KEY=6378E37EB3AAEA188B9CB0D396C2914BB78A5EA1 \
     CHECK_GPG=true
 
 # Prepare environment
diff --git a/1.19/scala_2.12-java8-ubuntu/Dockerfile 
b/1.19/scala_2.12-java8-ubuntu/Dockerfile
index cd0a512..d079f01 100644
--- a/1.19/scala_2.12-java8-ubuntu/Dockerfile
+++ b/1.19/scala_2.12-java8-ubuntu/Dockerfile
@@ -46,7 +46,7 @@ RUN set -ex; \
 # Configure Flink version
 ENV 
FLINK_TGZ_URL=https://dlcdn.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz
 \
     
FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz.asc
 \
-    GPG_KEY=B78A5EA1 \
+    GPG_KEY=6378E37EB3AAEA188B9CB0D396C2914BB78A5EA1 \
     CHECK_GPG=true
 
 # Prepare environment

Reply via email to