Skip to content

Commit

Permalink
Update to Slint version 1.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hausmann <[email protected]>
  • Loading branch information
tronical committed Aug 15, 2024
1 parent aff0dba commit 46bd5ce
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.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

##
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.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
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.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
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.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

##
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.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
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.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
Expand Down

0 comments on commit 46bd5ce

Please sign in to comment.