From 0b4b06ef48e27a162beefb6487380142728f2762 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 12 Apr 2024 11:06:10 +0200 Subject: [PATCH] Bump simulator to 20.0.0 JIRA: LIGHTY-294 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 8917a05a7..1d7262b35 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -ARG SIMULATOR_VERSION="19.2.0" +ARG SIMULATOR_VERSION="20.0.0" FROM alpine:3.19.1 as clone