aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-17 14:57:39 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-17 12:31:24 +0000
commit7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba (patch)
tree17e315e1138941b1189c15921acdaf54e24933d6 /Dockerfile
parent6.7.1-nightly.19 [skip ci] (diff)
downloadferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.tar.gz
ferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.tar.zst
ferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.zip
upgrade node to 20.11.1 and other minor versions for pkgs
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2aeeeee56..0b1d3bccb 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.0-buster as builder 3FROM docker.io/library/node:20.11.1-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