aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-01-11 19:23:26 +0530
committerLibravatar GitHub <noreply@github.com>2023-01-11 13:53:26 +0000
commit1094208183d64d42229ddb165425887900b77b1e (patch)
tree1528a7da01d8da405bcdee355f1edb4998c66813 /Dockerfile
parentUpgrade `electron` to `v22.0.1` (#799) (diff)
downloadferdium-app-1094208183d64d42229ddb165425887900b77b1e.tar.gz
ferdium-app-1094208183d64d42229ddb165425887900b77b1e.tar.zst
ferdium-app-1094208183d64d42229ddb165425887900b77b1e.zip
Upgrade 'nodejs' to the latest LTS '18.13.0' (#858)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 028ef0281..29931aa64 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.19.0-buster as builder 3FROM docker.io/library/node:18.13.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