From 6addec8ff52280054bf12bb950388fd59dee2122 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Thu, 14 Nov 2024 10:12:09 +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