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 <[email protected]>
  • Loading branch information
Tobianas committed Jul 12, 2023
1 parent 3617b34 commit 4294d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit 4294d74

Please sign in to comment.