This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 8a265d938 use latest pravega image (#453)
8a265d938 is described below
commit 8a265d93831c18228b953802e423fa01b0599029
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Feb 19 10:31:14 2024 +0100
use latest pravega image (#453)
---
docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index 4b7f046d3..dc0e6a2de 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -242,7 +242,7 @@ services:
volumes:
- ./ftp/src/test/resources/squid.conf:/etc/squid/squid.conf
pravega:
- image: pravega/pravega:0.10.2
+ image: pravega/pravega:0.13.0
ports:
- 9090:9090
- 12345:12345
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]