This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm-docker.git
The following commit(s) were added to refs/heads/master by this push:
new c81967c Fix version
c81967c is described below
commit c81967cfcd43d2535f097f0c68eacdbf4ec778cf
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Jun 16 19:42:08 2025 +0200
Fix version
---
2.8.1-jre21/Dockerfile | 2 +-
2.8.1/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/2.8.1-jre21/Dockerfile b/2.8.1-jre21/Dockerfile
index 2d03e10..a366da4 100644
--- a/2.8.1-jre21/Dockerfile
+++ b/2.8.1-jre21/Dockerfile
@@ -33,7 +33,7 @@ RUN set -eux; \
# Verify that gosu binary works
gosu nobody true
-ARG DISTRO_NAME=apache-storm-2.8.0
+ARG DISTRO_NAME=apache-storm-2.8.1
# Download Apache Storm, verify its PGP signature, untar and clean up
diff --git a/2.8.1/Dockerfile b/2.8.1/Dockerfile
index cbc103b..ba3992e 100644
--- a/2.8.1/Dockerfile
+++ b/2.8.1/Dockerfile
@@ -33,7 +33,7 @@ RUN set -eux; \
# Verify that gosu binary works
gosu nobody true
-ARG DISTRO_NAME=apache-storm-2.8.0
+ARG DISTRO_NAME=apache-storm-2.8.1
# Download Apache Storm, verify its PGP signature, untar and clean up