Skip to content

Commit

Permalink
slint: Revert from version 1.6.0 to 1.5.1
Browse files Browse the repository at this point in the history
Revert from version 1.6.0 to 1.5.1 on SLint templates, due to the
problem described on issue torizon#203.

Signed-off-by: Andre Riesco <[email protected]>
  • Loading branch information
andreriesco committed May 23, 2024
1 parent 970ee6f commit beb0502
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions cppSlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

##
Expand Down
4 changes: 2 additions & 2 deletions cppSlint/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cppSlint/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions rustSlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

##
Expand Down
4 changes: 2 additions & 2 deletions rustSlint/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rustSlint/Dockerfile.sdk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit beb0502

Please sign in to comment.