Skip to content

Commit aabfa36

Browse files
Revert change that could cause duplicate alarm messages to go to Kafka. Get the latest code from Phoebus as of March 10th, 2025.
1 parent 674df4e commit aabfa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phoebus-alarm-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && \
1313
git clone https://github.com/jbellister-slac/phoebus.git && \
1414
cd phoebus && \
1515
git fetch --tags && \
16-
git checkout tags/v4.7.3-1.3.0 && \
16+
git checkout tags/v4.7.3-1.4.0 && \
1717
mvn install -pl services/alarm-server -am -DskipTests && \
1818
mkdir /opt/phoebus-build && \
1919
mv /opt/phoebus/services/alarm-server/target/service-alarm-server-*.jar /opt/phoebus-build/service-alarm-server.jar && \

0 commit comments

Comments
 (0)