From 68187118e9f7e62d10ccdcb355cfedacfa2fe33e Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Thu, 20 Jun 2024 13:49:30 +0200 Subject: [PATCH] Bump simulator to 20.1.0 JIRA: LIGHTY-303 Signed-off-by: tobias.pobocik (cherry picked from commit 47520b969ea78a91b3ce224d7105094dc6f8ac49) --- .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 1d7262b354..f26da2e14e 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -ARG SIMULATOR_VERSION="20.0.0" +ARG SIMULATOR_VERSION="20.1.0" FROM alpine:3.19.1 as clone