Skip to content

Commit

Permalink
Update core-pv version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
GDH-ISIS authored May 13, 2024
1 parent 70a9fa8 commit 881f718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-pv</artifactId>
<version>4.7.0</version>
<version>4.7.3</version>
</dependency>

<!-- To use a pre-release version of the latest core-pv and/or jca,
Expand Down

0 comments on commit 881f718

Please sign in to comment.