Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit f6bf58e

Browse files
patch: Update base image
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
1 parent f446635 commit f6bf58e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian:bullseye-build as build
1+
FROM balenalib/%%BALENA_ARCH%%-debian:latest-build as build
22

33
WORKDIR /usr/src/balena-haskell-hello-world
44
SHELL ["/bin/bash", "-c"]
@@ -36,7 +36,7 @@ COPY src ./src
3636

3737
RUN stack install
3838

39-
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian:bullseye-run
39+
FROM balenalib/%%BALENA_ARCH%%-debian:latest-run
4040

4141
WORKDIR /usr/
4242

0 commit comments

Comments
 (0)