Skip to content

Commit

Permalink
sound-supervisor: Switch to a balenalib base image
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Boris <alan@balena.io>
Change-type: patch
  • Loading branch information
alanb128 committed Jun 2, 2023
1 parent 1363af2 commit 3bf0a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sound-supervisor/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY core/sound-supervisor/tsconfig.json .
RUN npm run build
COPY VERSION .

FROM node:14-alpine3.14
FROM balenalib/%%BALENA_ARCH%%-alpine-node:14

WORKDIR /usr/src

Expand Down

0 comments on commit 3bf0a6c

Please sign in to comment.