aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-24 08:44:11 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-24 08:44:11 +0530
commit21582fd02be6ba8081abe206b4cf951848d39c48 (patch)
tree9fc1de1eef1fc460daa431974c488273e0d6b026 /Dockerfile
parentBump up ferdium to 6.2.4-nightly.0 (diff)
downloadferdium-app-21582fd02be6ba8081abe206b4cf951848d39c48.tar.gz
ferdium-app-21582fd02be6ba8081abe206b4cf951848d39c48.tar.zst
ferdium-app-21582fd02be6ba8081abe206b4cf951848d39c48.zip
Upgrade 'nodejs' to '16.19.0' and 'pnpm' to '7.19.0'
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a70f3db8e..028ef0281 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:16.18.1-buster as builder 3FROM docker.io/library/node:16.19.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