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

Commit c061396

Browse files
committedApr 5, 2022
feat: Fixed issue with node version in Docker template file
1 parent 47f3831 commit c061396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM balenalib/%%BALENA_MACHINE_NAME%%-node:14
1+
FROM balenalib/%%BALENA_MACHINE_NAME%%-node:16
22

33
RUN mkdir -p /code
44
WORKDIR /code

0 commit comments

Comments
 (0)
This repository has been archived.