Skip to content

Commit

Permalink
feat(dockerfile): pin firebase-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed May 19, 2022
1 parent 5e212d0 commit 526f10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:18-slim
RUN npm i -g firebase-tools
RUN npm i -g firebase-tools@83e683693f53b8c76c6dc4113de136bfc7eac3f9
COPY README.md LICENSE /
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 526f10b

Please sign in to comment.