Skip to content

Commit

Permalink
Upgrade firebase-tools to v11.18.0
Browse files Browse the repository at this point in the history
Fixes #170
  • Loading branch information
luc122c committed Dec 15, 2022
1 parent 910c2ba commit 9205179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:16.16.0-buster

LABEL version="11.16.0"
LABEL version="11.18.0"
LABEL repository="https://github.com/w9jds/firebase-action"
LABEL homepage="https://github.com/w9jds/firebase-action"
LABEL maintainer="Jeremy Shore <w9jds@github.com>"
Expand All @@ -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.16.0
RUN npm i -g firebase-tools@11.18.0

COPY LICENSE README.md /
COPY "entrypoint.sh" "/entrypoint.sh"
Expand Down

0 comments on commit 9205179

Please sign in to comment.