Skip to content

Commit

Permalink
Bump Slint version to 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hausmann <[email protected]>
  • Loading branch information
tronical committed Feb 2, 2024
1 parent a17aebe commit 07b0403
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cppSlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## using Slint v1.2.2 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.3.2
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.4.1
ARG BASE_VERSION=3.2.1
##
# Board architecture
Expand Down
4 changes: 2 additions & 2 deletions cppSlint/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ARG IMAGE_ARCH=

##
# Base container version
# Using the Slint v1.3.2 base images
# Using the Slint v1.4.1 base images
##
ARG BASE_VERSION=3.0.9-bookworm-1.3.2
ARG BASE_VERSION=3.0.9-bookworm-1.4.1

##
# Application Name
Expand Down
4 changes: 2 additions & 2 deletions cppSlint/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ARGUMENTS --------------------------------------------------------------------
## Using the Slint v1.3.2 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.3.2
## Using the Slint v1.4.1 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.4.1

ARG IMAGE_ARCH=

Expand Down
4 changes: 2 additions & 2 deletions rustSlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Using Slint v1.3.2 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.3.2
## Using Slint v1.4.1 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.4.1
ARG BASE_VERSION=3.2.1
##
# Board architecture
Expand Down
4 changes: 2 additions & 2 deletions rustSlint/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ARG IMAGE_ARCH=

##
# Base container version
# Using Slint v1.3.2 base images
# Using Slint v1.4.1 base images
##
ARG BASE_VERSION=3.0.9-bookworm-1.3.2
ARG BASE_VERSION=3.0.9-bookworm-1.4.1

##
# Application Name
Expand Down
4 changes: 2 additions & 2 deletions rustSlint/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ARGUMENTS --------------------------------------------------------------------
## Using Slint v1.3.2 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.3.2
## Using Slint v1.4.1 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.4.1

ARG IMAGE_ARCH=

Expand Down

0 comments on commit 07b0403

Please sign in to comment.