Skip to content

Commit

Permalink
patch: Update base image
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
  • Loading branch information
vipulgupta2048 committed Apr 19, 2024
1 parent 4045ba0 commit daa8436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# base-image for node on any machine using a template variable,
# see more about dockerfile templates here: https://www.balena.io/docs/learn/develop/dockerfile/#dockerfile-templates
# and about balena base images here: https://www.balena.io/docs/reference/base-images/base-images/
FROM balenalib/%%BALENA_ARCH%%-node:14-buster-run
FROM balenalib/%%BALENA_ARCH%%-node:20-run

# use `install_packages` if you need to install dependencies,
# for instance if you need git, just uncomment the line below.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/balena-io-projects/simple-server-node#readme",
"dependencies": {
"express": "~4.17.1",
"express": "~4.17.3",
"serve-favicon": "~2.5.0"
},
"versionist": {
Expand Down

0 comments on commit daa8436

Please sign in to comment.