Skip to content

Commit bf31c4f

Browse files
authored
Merge pull request #2 from wcoder/patch-1
Update firebase-tools to the latest
2 parents 368ce08 + cbc4a0a commit bf31c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL com.github.actions.description="Wraps the firebase-tools CLI to enable com
77
LABEL com.github.actions.icon="package"
88
LABEL com.github.actions.color="gray-dark"
99

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

1313
COPY LICENSE README.md /

0 commit comments

Comments
 (0)