aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-11-29 05:01:41 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-11-29 05:01:41 +0530
commit25943b0095d7eea4143b682285b8613239449a12 (patch)
tree848f60101ad24abafc938dcfb2378b48e97d208c /Dockerfile
parentMoved default service settings into different struct so as to de-pollute conf... (diff)
downloadferdium-app-25943b0095d7eea4143b682285b8613239449a12.tar.gz
ferdium-app-25943b0095d7eea4143b682285b8613239449a12.tar.zst
ferdium-app-25943b0095d7eea4143b682285b8613239449a12.zip
Upgrade 'nodejs' to '16.18.1' and 'pnpm' to '7.17.1'
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8874d18d2..a70f3db8e 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.0-buster as builder 3FROM docker.io/library/node:16.18.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