Skip to content

Commit

Permalink
rustSlint: Dockerfile: Fix the base version
Browse files Browse the repository at this point in the history
For the production image we need to use the default
torizon/wayland-base mage as base, because we do not need
any other development tool, we are only shipping the
application.

Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Sep 1, 2023
1 parent 0e6fede commit 02df566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustSlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 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 BASE_VERSION=3.0.8
##
# Board architecture
# arm or arm64
Expand Down Expand Up @@ -107,6 +107,6 @@ ENV SLINT_BACKEND=winit-skia
ENV SLINT_FULLSCREEN=1

# ADD YOUR ARGUMENTS HERE
CMD [ "./app" ]
CMD [ "./__change__" ]

# DEPLOY ------------------------------------------------------------------------

0 comments on commit 02df566

Please sign in to comment.