Skip to content

Commit

Permalink
Lock firebase-tools to 11.30.0
Browse files Browse the repository at this point in the history
Node 14 not supported for firebase-tools 12
  • Loading branch information
thenav56 committed May 16, 2023
1 parent 0f63efd commit 118874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:14.18.0-alpine
RUN npm install firebase-functions@latest firebase-admin@latest --save
RUN npm install -g firebase-tools
RUN npm install -g firebase-tools@11.30.0
COPY . /firebase
RUN cd firebase/functions && npm install
WORKDIR /firebase/

0 comments on commit 118874d

Please sign in to comment.