From d431b35c99ce82c0a04bd08975dfd8b390f56444 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 16 Mar 2026 09:32:34 +0100 Subject: [PATCH] Bump simulator to 21.4.0 Adopt lighty.io simulator version 21.4.0. JIRA: LIGHTY-417 Signed-off-by: Ivan Hrasko --- .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 0dad9bc25e..e8b6b7be6a 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.3.0" +ARG SIMULATOR_VERSION="21.4.0" FROM alpine:3.23.3 AS clone