aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-07-28 21:57:27 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-28 22:11:13 +0000
commit12acba7cb0d997375d5ae4dca99555ec16e983ce (patch)
treee099835b29c7c245f91aa9f94d40168c2fbc3447 /Dockerfile
parentMinor refactoring to use the destructured code pattern while importing from o... (diff)
downloadferdium-app-12acba7cb0d997375d5ae4dca99555ec16e983ce.tar.gz
ferdium-app-12acba7cb0d997375d5ae4dca99555ec16e983ce.tar.zst
ferdium-app-12acba7cb0d997375d5ae4dca99555ec16e983ce.zip
Backporting configs in prep for node upgrade to v16
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ef4d1dbe0..c6847a8c9 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 node:fermium-buster as builder 3FROM node:14.17.3-buster as builder
4 4
5# TODO: Need to setup a non-root user for security purposes 5# TODO: Need to setup a non-root user for security purposes
6 6