Skip to content

Commit

Permalink
upgrade to firebase-tools 10.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
w9jds committed May 14, 2022
1 parent 4a86a0d commit 7e422a9
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
Expand Up @@ -16,7 +16,7 @@ RUN add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
RUN apt update && apt install -y jq adoptopenjdk-8-hotspot-jre git && apt autoremove --purge -y && apt clean -y

RUN npm i -g [email protected]
RUN npm i -g firebase-tools@10.7.1
RUN npm i -g firebase-tools@10.9.2

COPY LICENSE README.md /
COPY "entrypoint.sh" "/entrypoint.sh"
Expand Down

0 comments on commit 7e422a9

Please sign in to comment.