Skip to content

Commit

Permalink
Update to Slint 1.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hausmann <simon.hausmann@slint.dev>
  • Loading branch information
tronical committed Aug 9, 2024
1 parent cd731e7 commit ab13605
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cppSlint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

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

0 comments on commit ab13605

Please sign in to comment.