aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-18 22:56:48 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-18 22:56:48 +0530
commitae833d5e63b3b36ec8d3281caea29c83b000af89 (patch)
tree727b934621d00bfaffba01dae8eb8f032cc17ff0 /Dockerfile
parentAdd GH workflow to publish to the homebrew-ferdium repo when a new tag is pus... (diff)
downloadferdium-app-ae833d5e63b3b36ec8d3281caea29c83b000af89.tar.gz
ferdium-app-ae833d5e63b3b36ec8d3281caea29c83b000af89.tar.zst
ferdium-app-ae833d5e63b3b36ec8d3281caea29c83b000af89.zip
Upgrade 'pnpm' to '7.2.1'; pull in latst version of 'recipes' [skip ci]
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a6dbe5354..4b363744d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update -y \
16 16
17WORKDIR /usr/src/ferdium 17WORKDIR /usr/src/ferdium
18 18
19RUN npm i -g npm@8.10.0 pnpm@7.1.7 19RUN npm i -g npm@8.10.0 pnpm@7.2.1
20 20
21COPY package*.json ./ 21COPY package*.json ./
22 22