We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674df4e commit aabfa36Copy full SHA for aabfa36
phoebus-alarm-server/Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update && \
13
git clone https://github.com/jbellister-slac/phoebus.git && \
14
cd phoebus && \
15
git fetch --tags && \
16
- git checkout tags/v4.7.3-1.3.0 && \
+ git checkout tags/v4.7.3-1.4.0 && \
17
mvn install -pl services/alarm-server -am -DskipTests && \
18
mkdir /opt/phoebus-build && \
19
mv /opt/phoebus/services/alarm-server/target/service-alarm-server-*.jar /opt/phoebus-build/service-alarm-server.jar && \
0 commit comments