From bc854103b3547beba8d0d05317dea3ded3ce4e31 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 7 May 2024 12:28:17 +0200 Subject: [PATCH] Bump simulator to 18.4.0 JIRA: LIGHTY-297 Signed-off-by: tobias.pobocik --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 53399eacf..a92df6fe5 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -ARG SIMULATOR_VERSION="18.2.0" +ARG SIMULATOR_VERSION="18.4.0" FROM alpine:3.19.1 as clone