From af64fd5f617596c638756547f005e0ba0f47066c Mon Sep 17 00:00:00 2001 From: Jeremy Shore Date: Mon, 14 Nov 2022 20:26:31 -0800 Subject: [PATCH] Firebase-tools v11.16.0 --- Dockerfile | 4 ++-- action.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4990404..ba81de4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:16.16.0-buster -LABEL version="11.9.0" +LABEL version="11.16.0" LABEL repository="https://github.com/w9jds/firebase-action" LABEL homepage="https://github.com/w9jds/firebase-action" LABEL maintainer="Jeremy Shore " @@ -13,7 +13,7 @@ LABEL com.github.actions.color="gray-dark" RUN apt update && apt-get install -y jq openjdk-11-jre RUN npm i -g npm@8.10.0 -RUN npm i -g firebase-tools@11.9.0 +RUN npm i -g firebase-tools@11.16.0 COPY LICENSE README.md / COPY "entrypoint.sh" "/entrypoint.sh" diff --git a/action.yaml b/action.yaml index f73482b..f484136 100644 --- a/action.yaml +++ b/action.yaml @@ -12,4 +12,4 @@ outputs: runs: using: 'docker' - image: 'docker://w9jds/firebase-action:v11.9.0' + image: 'docker://w9jds/firebase-action:v11.16.0'