From b70b125575fee6bedd74eab58c62994380eafd68 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 8 Nov 2024 11:26:13 +0100 Subject: [PATCH] Bump simulator to 21.1.0 JIRA: LIGHTY-337 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 f1a92f468..deb92e086 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -ARG SIMULATOR_VERSION="21.0.0" +ARG SIMULATOR_VERSION="21.1.0" FROM alpine:3.20.3 as clone