File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# base-image for node on any machine using a template variable,
22# see more about dockerfile templates here: https://www.balena.io/docs/learn/develop/dockerfile/#dockerfile-templates
33# and about balena base images here: https://www.balena.io/docs/reference/base-images/base-images/
4- FROM balenalib/%%BALENA_ARCH%%-node:14-buster -run
4+ FROM balenalib/%%BALENA_ARCH%%-node:20 -run
55
66# use `install_packages` if you need to install dependencies,
77# for instance if you need git, just uncomment the line below.
Original file line number Diff line number Diff line change 2424 },
2525 "homepage" : " https://github.com/balena-io-projects/simple-server-node#readme" ,
2626 "dependencies" : {
27- "express" : " ~4.17.1 " ,
27+ "express" : " ~4.17.3 " ,
2828 "serve-favicon" : " ~2.5.0"
2929 },
3030 "versionist" : {
You can’t perform that action at this time.
0 commit comments