Skip to content

Commit

Permalink
Merge pull request #2 from wcoder/patch-1
Browse files Browse the repository at this point in the history
Update firebase-tools to the latest
  • Loading branch information
gugahoi authored Apr 21, 2022
2 parents 368ce08 + cbc4a0a commit bf31c4f
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 @@ -7,7 +7,7 @@ LABEL com.github.actions.description="Wraps the firebase-tools CLI to enable com
LABEL com.github.actions.icon="package"
LABEL com.github.actions.color="gray-dark"

ARG FIREBASE_VERSION=9.16.0
ARG FIREBASE_VERSION=9.21.0
RUN npm i -g firebase-tools@${FIREBASE_VERSION}

COPY LICENSE README.md /
Expand Down

0 comments on commit bf31c4f

Please sign in to comment.