Skip to content

Commit daa8436

Browse files
patch: Update base image
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
1 parent 4045ba0 commit daa8436

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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": {

0 commit comments

Comments
 (0)