Skip to content

Commit

Permalink
slint: Update base images to v1.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Dec 30, 2024
1 parent 772fd38 commit 8644858
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.2 base images
##
ARG CROSS_SDK_BASE_TAG=3.3.1-bookworm-1.7.2
ARG CROSS_SDK_BASE_TAG=3.3.1-bookworm-1.9.1
ARG BASE_VERSION=3.3.1

##
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.2 base images
##
ARG BASE_VERSION=3.3.1-bookworm-1.7.2
ARG BASE_VERSION=3.3.1-bookworm-1.9.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.2 base images
##
ARG CROSS_SDK_BASE_TAG=3.3.1-bookworm-1.7.2
ARG CROSS_SDK_BASE_TAG=3.3.1-bookworm-1.9.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.2 base images
##
ARG CROSS_SDK_BASE_TAG=3.3.1-bookworm-1.7.2
ARG CROSS_SDK_BASE_TAG=3.3.1-bookworm-1.9.1
ARG BASE_VERSION=3.3.1

##
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.2 base images
##
ARG BASE_VERSION=3.3.1-bookworm-1.7.2
ARG BASE_VERSION=3.3.1-bookworm-1.9.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.2 base images
##
ARG CROSS_SDK_BASE_TAG=3.3.1-bookworm-1.7.2
ARG CROSS_SDK_BASE_TAG=3.3.1-bookworm-1.9.1

##
# Directory of the application inside container
Expand Down

0 comments on commit 8644858

Please sign in to comment.