From ab1360510bc09f3e67831723ed2e016fe03693c5 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 9 Aug 2024 08:35:48 +0200 Subject: [PATCH] Update to Slint 1.7.1 Signed-off-by: Simon Hausmann --- cppSlint/Dockerfile | 2 +- cppSlint/Dockerfile.debug | 2 +- cppSlint/Dockerfile.sdk | 2 +- rustSlint/Dockerfile | 2 +- rustSlint/Dockerfile.debug | 2 +- rustSlint/Dockerfile.sdk | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cppSlint/Dockerfile b/cppSlint/Dockerfile index c3d72ec83..dccfcb439 100644 --- a/cppSlint/Dockerfile +++ b/cppSlint/Dockerfile @@ -3,7 +3,7 @@ # Base container version # Using Slint v1.7.0 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.0 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.1 ARG BASE_VERSION=3.3.0 ## diff --git a/cppSlint/Dockerfile.debug b/cppSlint/Dockerfile.debug index 6f9893bd0..75c60514f 100644 --- a/cppSlint/Dockerfile.debug +++ b/cppSlint/Dockerfile.debug @@ -8,7 +8,7 @@ ARG IMAGE_ARCH= # Base container version # Using the Slint v1.7.0 base images ## -ARG BASE_VERSION=3.3.0-bookworm-1.7.0 +ARG BASE_VERSION=3.3.0-bookworm-1.7.1 ## # Application root directory inside the container diff --git a/cppSlint/Dockerfile.sdk b/cppSlint/Dockerfile.sdk index c5736422c..4f32815d5 100644 --- a/cppSlint/Dockerfile.sdk +++ b/cppSlint/Dockerfile.sdk @@ -2,7 +2,7 @@ ## # Using the Slint v1.7.0 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.0 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.1 ## # Board architecture diff --git a/rustSlint/Dockerfile b/rustSlint/Dockerfile index 66d2ea3d6..67e3d9196 100644 --- a/rustSlint/Dockerfile +++ b/rustSlint/Dockerfile @@ -3,7 +3,7 @@ # Base container version # Using Slint v1.7.0 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.0 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.1 ARG BASE_VERSION=3.3.0 ## diff --git a/rustSlint/Dockerfile.debug b/rustSlint/Dockerfile.debug index 8175cb18a..021d94742 100644 --- a/rustSlint/Dockerfile.debug +++ b/rustSlint/Dockerfile.debug @@ -8,7 +8,7 @@ ARG IMAGE_ARCH= # Base container version # Using Slint v1.7.0 base images ## -ARG BASE_VERSION=3.3.0-bookworm-1.7.0 +ARG BASE_VERSION=3.3.0-bookworm-1.7.1 ## # Directory of the application inside container diff --git a/rustSlint/Dockerfile.sdk b/rustSlint/Dockerfile.sdk index f5461c8f2..e4f81c7e6 100644 --- a/rustSlint/Dockerfile.sdk +++ b/rustSlint/Dockerfile.sdk @@ -8,7 +8,7 @@ ARG IMAGE_ARCH= # Base container version # Using Slint v1.7.0 base images ## -ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.0 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.7.1 ## # Directory of the application inside container