Skip to content

Commit 0f3feab

Browse files
Bump firebase-tools to v14.7.0
1 parent 81ba10a commit 0f3feab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:20-buster
22

3-
LABEL version="14.6.0"
3+
LABEL version="14.7.0"
44
LABEL repository="https://github.com/w9jds/firebase-action"
55
LABEL homepage="https://github.com/w9jds/firebase-action"
66
LABEL maintainer="Jeremy Shore <[email protected]>"
@@ -13,7 +13,7 @@ LABEL com.github.actions.color="gray-dark"
1313
RUN apt update && apt-get install --no-install-recommends -y jq openjdk-11-jre && rm -rf /var/lib/apt/lists/*
1414

1515
RUN npm i -g [email protected] && npm cache clean --force
16-
RUN npm i -g firebase-tools@14.6.0 && npm cache clean --force
16+
RUN npm i -g firebase-tools@14.7.0 && npm cache clean --force
1717

1818
COPY LICENSE README.md /
1919
COPY "entrypoint.sh" "/entrypoint.sh"

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ outputs:
1212

1313
runs:
1414
using: "docker"
15-
image: "docker://w9jds/firebase-action:v14.6.0"
15+
image: "docker://w9jds/firebase-action:v14.7.0"

0 commit comments

Comments
 (0)