aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-27 20:12:04 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-27 20:23:32 +0530
commit3c5d66739979859d456a711b6b7ce316e17d654f (patch)
tree564cca162a7232e65d900131d388ffa7d62fd1bc /Dockerfile
parentdocs: remove Franz brand; refactor: switch from misty to concurrently (#1846) (diff)
downloadferdium-app-3c5d66739979859d456a711b6b7ce316e17d654f.tar.gz
ferdium-app-3c5d66739979859d456a711b6b7ce316e17d654f.tar.zst
ferdium-app-3c5d66739979859d456a711b6b7ce316e17d654f.zip
chore: upgrade 'nodejs' to '14.17.5'
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7fd79fb3a..e69babe2b 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.3-buster as builder 3FROM node:14.17.5-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