Skip to content

Commit

Permalink
cppSlint/rustSlint: Dockerfile: bump to Slint to v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Sep 4, 2023
1 parent ac155c7 commit 1c4e9b6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cppSlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## using Slint v1.1.1 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.1.1
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.2.0
ARG BASE_VERSION=3.0.8
##
# Board architecture
Expand Down
2 changes: 1 addition & 1 deletion cppSlint/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG IMAGE_ARCH=
# Base container version
# Using the Slint v1.1.1 base images
##
ARG BASE_VERSION=3.0.9-bookworm-1.1.1
ARG BASE_VERSION=3.0.9-bookworm-1.2.0

##
# Application Name
Expand Down
4 changes: 2 additions & 2 deletions cppSlint/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ARGUMENTS --------------------------------------------------------------------
## Using the Slint v1.1.1 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.1.1
ARG BASE_VERSION=3.0.9-bookworm-1.1.1
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.2.0
ARG BASE_VERSION=3.0.9-bookworm-1.2.0

ARG IMAGE_ARCH=

Expand Down
2 changes: 1 addition & 1 deletion rustSlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Using Slint v1.1.1 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.1.1
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.2.0
ARG BASE_VERSION=3.0.8
##
# Board architecture
Expand Down
2 changes: 1 addition & 1 deletion rustSlint/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG IMAGE_ARCH=
# Base container version
# Using Slint v1.1.1 base images
##
ARG BASE_VERSION=3.0.9-bookworm-1.1.1
ARG BASE_VERSION=3.0.9-bookworm-1.2.0

##
# Application Name
Expand Down
4 changes: 2 additions & 2 deletions rustSlint/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ARGUMENTS --------------------------------------------------------------------
## Using Slint v1.1.1 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.1.1
ARG BASE_VERSION=3.0.9-bookworm-1.1.1
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.2.0
ARG BASE_VERSION=3.0.9-bookworm-1.2.0

ARG IMAGE_ARCH=

Expand Down

0 comments on commit 1c4e9b6

Please sign in to comment.