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 fefacef Fix version of Storm 2.8.0
fefacef is described below
commit fefacef2f400d8f437675b11e08bc6098a91c188
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Jan 28 07:36:36 2025 +0100
Fix version of Storm 2.8.0
---
2.8.0/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/2.8.0/Dockerfile b/2.8.0/Dockerfile
index 42384fa..cbc103b 100644
--- a/2.8.0/Dockerfile
+++ b/2.8.0/Dockerfile
@@ -33,7 +33,7 @@ RUN set -eux; \
# Verify that gosu binary works
gosu nobody true
-ARG DISTRO_NAME=apache-storm-2.7.1
+ARG DISTRO_NAME=apache-storm-2.8.0
# Download Apache Storm, verify its PGP signature, untar and clean up