From 76a31ff23b810f4c308bd671b11096bb2a875176 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 8917a05a75..1d7262b354 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