From 46bd5ceb0ed7f3b877eda0639fca3cd2f148f1e7 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 15 Aug 2024 15:27:15 +0200 Subject: [PATCH] Update to Slint version 1.7.2 Signed-off-by: Simon Hausmann --- 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 dccfcb439..cb9f2af32 100644 --- a/cppSlint/Dockerfile +++ b/cppSlint/Dockerfile @@ -1,9 +1,9 @@ # ARGUMENTS -------------------------------------------------------------------- ## # Base container version -# Using Slint v1.7.0 base images +# Using Slint v1.7.2 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.1 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.2 ARG BASE_VERSION=3.3.0 ## diff --git a/cppSlint/Dockerfile.debug b/cppSlint/Dockerfile.debug index 75c60514f..19e461c8a 100644 --- a/cppSlint/Dockerfile.debug +++ b/cppSlint/Dockerfile.debug @@ -6,9 +6,9 @@ ARG IMAGE_ARCH= ## # Base container version -# Using the Slint v1.7.0 base images +# Using the Slint v1.7.2 base images ## -ARG BASE_VERSION=3.3.0-bookworm-1.7.1 +ARG BASE_VERSION=3.3.0-bookworm-1.7.2 ## # Application root directory inside the container diff --git a/cppSlint/Dockerfile.sdk b/cppSlint/Dockerfile.sdk index 4f32815d5..8805a5929 100644 --- a/cppSlint/Dockerfile.sdk +++ b/cppSlint/Dockerfile.sdk @@ -1,8 +1,8 @@ # ARGUMENTS -------------------------------------------------------------------- ## -# Using the Slint v1.7.0 base images +# Using the Slint v1.7.2 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.1 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.2 ## # Board architecture diff --git a/rustSlint/Dockerfile b/rustSlint/Dockerfile index 67e3d9196..6f3f2ddb2 100644 --- a/rustSlint/Dockerfile +++ b/rustSlint/Dockerfile @@ -1,9 +1,9 @@ # ARGUMENTS -------------------------------------------------------------------- ## # Base container version -# Using Slint v1.7.0 base images +# Using Slint v1.7.2 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.1 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.2 ARG BASE_VERSION=3.3.0 ## diff --git a/rustSlint/Dockerfile.debug b/rustSlint/Dockerfile.debug index 021d94742..7ef06660f 100644 --- a/rustSlint/Dockerfile.debug +++ b/rustSlint/Dockerfile.debug @@ -6,9 +6,9 @@ ARG IMAGE_ARCH= ## # Base container version -# Using Slint v1.7.0 base images +# Using Slint v1.7.2 base images ## -ARG BASE_VERSION=3.3.0-bookworm-1.7.1 +ARG BASE_VERSION=3.3.0-bookworm-1.7.2 ## # Directory of the application inside container diff --git a/rustSlint/Dockerfile.sdk b/rustSlint/Dockerfile.sdk index e4f81c7e6..640c341cd 100644 --- a/rustSlint/Dockerfile.sdk +++ b/rustSlint/Dockerfile.sdk @@ -6,9 +6,9 @@ ARG IMAGE_ARCH= ## # Base container version -# Using Slint v1.7.0 base images +# Using Slint v1.7.2 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.1 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.2 ## # Directory of the application inside container