This is an automated email from the ASF dual-hosted git repository.
alpinegizmo pushed a commit to branch dev-master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git
The following commit(s) were added to refs/heads/dev-master by this push:
new bc8cf82 [FLINK-39443][release] Update dev-master to point to 2.4
bc8cf82 is described below
commit bc8cf8214464406921bddf45b237e43677a1bcef
Author: David Anderson <[email protected]>
AuthorDate: Mon Jun 22 15:41:16 2026 -0700
[FLINK-39443][release] Update dev-master to point to 2.4
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 124f9b2..8e24015 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ name: "CI"
on: [push, pull_request]
env:
- FLINK_TAR_URL:
"https://s3.amazonaws.com/flink-nightly/flink-2.3-SNAPSHOT-bin-scala_2.12.tgz"
+ FLINK_TAR_URL:
"https://s3.amazonaws.com/flink-nightly/flink-2.4-SNAPSHOT-bin-scala_2.12.tgz"
jobs:
ci: