diff --git a/cppSlint/Dockerfile b/cppSlint/Dockerfile index 592599042..a6a7570f0 100644 --- a/cppSlint/Dockerfile +++ b/cppSlint/Dockerfile @@ -1,9 +1,9 @@ # ARGUMENTS -------------------------------------------------------------------- ## # Base container version -# Using Slint v1.5.1 base images +# Using Slint v1.6.0 base images ## -ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.5.1 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0 ARG BASE_VERSION=3.2.1 ## diff --git a/cppSlint/Dockerfile.debug b/cppSlint/Dockerfile.debug index 822194957..511a68e77 100644 --- a/cppSlint/Dockerfile.debug +++ b/cppSlint/Dockerfile.debug @@ -6,9 +6,9 @@ ARG IMAGE_ARCH= ## # Base container version -# Using the Slint v1.5.1 base images +# Using the Slint v1.6.0 base images ## -ARG BASE_VERSION=3.0.9-bookworm-1.5.1 +ARG BASE_VERSION=3.3.0-bookworm-1.6.0 ## # Application root directory inside the container diff --git a/cppSlint/Dockerfile.sdk b/cppSlint/Dockerfile.sdk index c450b42f8..bbdaa7699 100644 --- a/cppSlint/Dockerfile.sdk +++ b/cppSlint/Dockerfile.sdk @@ -1,8 +1,8 @@ # ARGUMENTS -------------------------------------------------------------------- ## -# Using the Slint v1.5.1 base images +# Using the Slint v1.6.0 base images ## -ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.5.1 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0 ## # Board architecture diff --git a/rustSlint/Dockerfile b/rustSlint/Dockerfile index fafc50a12..39280dd91 100644 --- a/rustSlint/Dockerfile +++ b/rustSlint/Dockerfile @@ -1,9 +1,9 @@ # ARGUMENTS -------------------------------------------------------------------- ## # Base container version -# Using Slint v1.5.1 base images +# Using Slint v1.6.0 base images ## -ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.5.1 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0 ARG BASE_VERSION=3.2.1 ## diff --git a/rustSlint/Dockerfile.debug b/rustSlint/Dockerfile.debug index ea4ea71f1..d84768439 100644 --- a/rustSlint/Dockerfile.debug +++ b/rustSlint/Dockerfile.debug @@ -6,9 +6,9 @@ ARG IMAGE_ARCH= ## # Base container version -# Using Slint v1.5.1 base images +# Using Slint v1.6.0 base images ## -ARG BASE_VERSION=3.0.9-bookworm-1.5.1 +ARG BASE_VERSION=3.3.0-bookworm-1.6.0 ## # Directory of the application inside container diff --git a/rustSlint/Dockerfile.sdk b/rustSlint/Dockerfile.sdk index d7a881d78..ef889cf47 100644 --- a/rustSlint/Dockerfile.sdk +++ b/rustSlint/Dockerfile.sdk @@ -6,9 +6,9 @@ ARG IMAGE_ARCH= ## # Base container version -# Using Slint v1.5.1 base images +# Using Slint v1.6.0 base images ## -ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.5.1 +ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0 ## # Directory of the application inside container