Skip to content

Commit

Permalink
Merge pull request #219 from slint-ui/dev
Browse files Browse the repository at this point in the history
Update to Slint 1.7.1
  • Loading branch information
microhobby authored Aug 9, 2024
2 parents cd731e7 + ab13605 commit aff0dba
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 aff0dba

Please sign in to comment.