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 /