aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-01-13 18:47:41 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-01-13 13:30:51 +0000
commitd05c4618c0328b655a02aafe99c2d09c3d8f29fe (patch)
treeb954013f6ef6211458351c4ba240bd55d8c8eab3 /Dockerfile
parent6.7.1-nightly.6 [skip ci] (diff)
downloadferdium-app-d05c4618c0328b655a02aafe99c2d09c3d8f29fe.tar.gz
ferdium-app-d05c4618c0328b655a02aafe99c2d09c3d8f29fe.tar.zst
ferdium-app-d05c4618c0328b655a02aafe99c2d09c3d8f29fe.zip
Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 806f10a2b..2aeeeee56 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.9.0-buster as builder 3FROM docker.io/library/node:20.11.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