aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-03-31 08:37:23 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-03-31 09:45:44 +0530
commit18e153bc6d3d4e1295e29e499334cebc3dd06faf (patch)
treefd73b73d85e4bcf8020c2f35cfe86e19e732b4d9 /Dockerfile
parentRevert "Bring in missing python (system dependency) (#1639)" (diff)
downloadferdium-app-18e153bc6d3d4e1295e29e499334cebc3dd06faf.tar.gz
ferdium-app-18e153bc6d3d4e1295e29e499334cebc3dd06faf.tar.zst
ferdium-app-18e153bc6d3d4e1295e29e499334cebc3dd06faf.zip
Upgrade node to latest LTS (20.12.0) and some other modules
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 83baba00b..b0238e008 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
1# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture 1# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture
2 2
3FROM docker.io/library/node:20.11.1-buster AS builder 3FROM docker.io/library/node:20.12.0-buster AS builder
4 4
5ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share" 5ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share"
6 6