Skip to content

Commit

Permalink
Merge pull request #644 from balena-labs-projects/alanb128-patch-1
Browse files Browse the repository at this point in the history
sound-supervisor: Switch to a balenalib base image
  • Loading branch information
alanb128 committed Jun 5, 2023
2 parents 1363af2 + 3bf0a6c commit f87ed51
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 f87ed51

Please sign in to comment.