Skip to content

Commit

Permalink
Bump simulator to 18.2.0
Browse files Browse the repository at this point in the history
Use the latest simulator version 18.2.0.

JIRA: LIGHTY-244
Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
  • Loading branch information
Tobianas committed Sep 7, 2023
1 parent ebbfc4a commit dbb57c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighty-rnc-app/simulator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18.2 as clone
RUN apk add git
WORKDIR /netconf-simulator
RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 18.1.0
RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 18.2.0

FROM maven:3.8-eclipse-temurin-17-alpine as build
WORKDIR /lighty-netconf-simulator
Expand All @@ -14,4 +14,4 @@ COPY --from=build /lighty-netconf-simulator/examples/devices/lighty-network-topo

EXPOSE 17380

ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-18.1.0.jar"]
ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-18.2.0.jar"]

0 comments on commit dbb57c0

Please sign in to comment.