aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-20 16:01:41 -0500
committerLibravatar GitHub <noreply@github.com>2022-04-20 21:01:41 +0000
commit210dfe6b91cc917641b8650266a6388134c27221 (patch)
tree90b19483baf2c5e3e9c20be7d6c3e7c04d6e65d2 /Dockerfile
parentUpgrade GH Actions libs (diff)
downloadferdium-app-210dfe6b91cc917641b8650266a6388134c27221.tar.gz
ferdium-app-210dfe6b91cc917641b8650266a6388134c27221.tar.zst
ferdium-app-210dfe6b91cc917641b8650266a6388134c27221.zip
Upgrade 'node' to '18.0.0' and 'node-gyp' to '9.0.0' (#19)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 925f81600..206a3a1ef 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.14.2-buster as builder 3FROM docker.io/library/node:18.0.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