From 881f71878e6118352dea5a71d207119b2bd4cca9 Mon Sep 17 00:00:00 2001 From: GDH-ISIS Date: Mon, 13 May 2024 15:55:03 +0100 Subject: [PATCH] Update core-pv version To run pvws under docker we came across an ipv6 issue that caused the container to crash. This has been mitigated by introducing an environment variable called EPICS_PVA_ENABLE_IPV6. If se to "NO", this then allows pvws container to run correctly. This environment wariable is available in core-pv 4.7.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e8bf0e9..4f32a6d 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.phoebus core-pv - 4.7.0 + 4.7.3