aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-02 09:58:42 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-02 09:58:42 +0530
commit62f48a62a27231ab930ab75e0c5bb3566492081c (patch)
tree383bbf30b2dbaa15e50825d8305d35c4ddf6cee3 /Dockerfile
parentchore: update npm modules. (diff)
downloadferdium-app-62f48a62a27231ab930ab75e0c5bb3566492081c.tar.gz
ferdium-app-62f48a62a27231ab930ab75e0c5bb3566492081c.tar.zst
ferdium-app-62f48a62a27231ab930ab75e0c5bb3566492081c.zip
chore: upgrade 'nodejs' to '14.17.6'
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e69babe2b..a7900dbee 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:14.17.5-buster as builder 3FROM node:14.17.6-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