We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6eb3e8 commit 809db7cCopy full SHA for 809db7c
Dockerfile.template
@@ -1,11 +1,7 @@
1
# base-image for node on any machine using a template variable,
2
# see more about dockerfile templates here: https://www.balena.io/docs/learn/develop/dockerfile/#dockerfile-templates
3
# and about balena base images here: https://www.balena.io/docs/reference/base-images/base-images/
4
-FROM balenalib/%%BALENA_ARCH%%-node:20-run
5
-
6
-# use `install_packages` if you need to install dependencies,
7
-# for instance if you need git, just uncomment the line below.
8
-# RUN install_packages git
+FROM node:22-bookworm-slim
9
10
# Defines our working directory in container
11
WORKDIR /usr/src/app
0 commit comments