Skip to content

Commit

Permalink
Bump simulator to 19.0.0
Browse files Browse the repository at this point in the history
JIRA:LIGHTY-256
Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
  • Loading branch information
Tobianas committed Sep 27, 2023
1 parent f378258 commit f28743f
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.3 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 19.0.0

FROM maven:3.8-eclipse-temurin-17-alpine as build
WORKDIR /lighty-netconf-simulator
Expand Down

0 comments on commit f28743f

Please sign in to comment.