Skip to content

Commit

Permalink
Update Slint to version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed May 16, 2024
1 parent 303d92c commit 97c66e0
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.5.1 base images
# Using Slint v1.6.0 base images
##
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.5.1
ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0
ARG BASE_VERSION=3.2.1

##
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.5.1 base images
# Using the Slint v1.6.0 base images
##
ARG BASE_VERSION=3.0.9-bookworm-1.5.1
ARG BASE_VERSION=3.3.0-bookworm-1.6.0

##
# 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.5.1 base images
# Using the Slint v1.6.0 base images
##
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.5.1
ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0

##
# 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.5.1 base images
# Using Slint v1.6.0 base images
##
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.5.1
ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0
ARG BASE_VERSION=3.2.1

##
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.5.1 base images
# Using Slint v1.6.0 base images
##
ARG BASE_VERSION=3.0.9-bookworm-1.5.1
ARG BASE_VERSION=3.3.0-bookworm-1.6.0

##
# 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.5.1 base images
# Using Slint v1.6.0 base images
##
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.5.1
ARG CROSS_SDK_BASE_TAG=3.3.0-bookworm-1.6.0

##
# Directory of the application inside container
Expand Down

0 comments on commit 97c66e0

Please sign in to comment.