Skip to content

Commit

Permalink
Merge pull request #5 from joinflux/v10.7.0
Browse files Browse the repository at this point in the history
Bump firebase-tools to v10.7.0
  • Loading branch information
gugahoi authored Apr 21, 2022
2 parents bf31c4f + 17e9b4c commit c3fd738
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.21.0
ARG FIREBASE_VERSION=10.7.0
RUN npm i -g firebase-tools@${FIREBASE_VERSION}

COPY LICENSE README.md /
Expand Down

0 comments on commit c3fd738

Please sign in to comment.