From beb0502fe49bea5c6550dbea6e7817f0cdfa0d95 Mon Sep 17 00:00:00 2001 From: Andre Riesco Date: Thu, 23 May 2024 13:48:29 -0300 Subject: [PATCH] slint: Revert from version 1.6.0 to 1.5.1 Revert from version 1.6.0 to 1.5.1 on SLint templates, due to the problem described on issue #203. Signed-off-by: Andre Riesco --- cppSlint/Dockerfile | 4 ++-- cppSlint/Dockerfile.debug | 4 ++-- cppSlint/Dockerfile.sdk | 4 ++-- rustSlint/Dockerfile | 4 ++-- rustSlint/Dockerfile.debug | 4 ++-- rustSlint/Dockerfile.sdk | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cppSlint/Dockerfile b/cppSlint/Dockerfile index a6a7570f0..7b561b7d7 100644 --- a/cppSlint/Dockerfile +++ b/cppSlint/Dockerfile @@ -1,9 +1,9 @@ # ARGUMENTS -------------------------------------------------------------------- ## # Base container version -# Using Slint v1.6.0 base images +# Using Slint v1.5.1 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.5.1 ARG BASE_VERSION=3.2.1 ## diff --git a/cppSlint/Dockerfile.debug b/cppSlint/Dockerfile.debug index 511a68e77..713df819d 100644 --- a/cppSlint/Dockerfile.debug +++ b/cppSlint/Dockerfile.debug @@ -6,9 +6,9 @@ ARG IMAGE_ARCH= ## # Base container version -# Using the Slint v1.6.0 base images +# Using the Slint v1.5.1 base images ## -ARG BASE_VERSION=3.3.0-bookworm-1.6.0 +ARG BASE_VERSION=3.3.0-bookworm-1.5.1 ## # Application root directory inside the container diff --git a/cppSlint/Dockerfile.sdk b/cppSlint/Dockerfile.sdk index bbdaa7699..06192bcd7 100644 --- a/cppSlint/Dockerfile.sdk +++ b/cppSlint/Dockerfile.sdk @@ -1,8 +1,8 @@ # ARGUMENTS -------------------------------------------------------------------- ## -# Using the Slint v1.6.0 base images +# Using the Slint v1.5.1 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.5.1 ## # Board architecture diff --git a/rustSlint/Dockerfile b/rustSlint/Dockerfile index 39280dd91..3c8a2cb7b 100644 --- a/rustSlint/Dockerfile +++ b/rustSlint/Dockerfile @@ -1,9 +1,9 @@ # ARGUMENTS -------------------------------------------------------------------- ## # Base container version -# Using Slint v1.6.0 base images +# Using Slint v1.5.1 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.5.1 ARG BASE_VERSION=3.2.1 ## diff --git a/rustSlint/Dockerfile.debug b/rustSlint/Dockerfile.debug index d84768439..c24b722e5 100644 --- a/rustSlint/Dockerfile.debug +++ b/rustSlint/Dockerfile.debug @@ -6,9 +6,9 @@ ARG IMAGE_ARCH= ## # Base container version -# Using Slint v1.6.0 base images +# Using Slint v1.5.1 base images ## -ARG BASE_VERSION=3.3.0-bookworm-1.6.0 +ARG BASE_VERSION=3.3.0-bookworm-1.5.1 ## # Directory of the application inside container diff --git a/rustSlint/Dockerfile.sdk b/rustSlint/Dockerfile.sdk index ef889cf47..98a86532a 100644 --- a/rustSlint/Dockerfile.sdk +++ b/rustSlint/Dockerfile.sdk @@ -6,9 +6,9 @@ ARG IMAGE_ARCH= ## # Base container version -# Using Slint v1.6.0 base images +# Using Slint v1.5.1 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.5.1 ## # Directory of the application inside container