From cbc4a0a71f001bdf0bc82efd1a61f553050585dd Mon Sep 17 00:00:00 2001 From: Yauheni Pakala Date: Fri, 29 Oct 2021 23:33:56 +0300 Subject: [PATCH] Update firebase-tools to the latest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 280713b..05cd978 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /