Skip to content

Commit b149fcd

Browse files
Bump firebase-tools to v13.29.1
1 parent 51176fd commit b149fcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:20-buster
22

3-
LABEL version="13.29.0"
3+
LABEL version="13.29.1"
44
LABEL repository="https://github.com/w9jds/firebase-action"
55
LABEL homepage="https://github.com/w9jds/firebase-action"
66
LABEL maintainer="Jeremy Shore <w9jds@github.com>"
@@ -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 npm@8.10.0 && npm cache clean --force
16-
RUN npm i -g firebase-tools@13.29.0 && npm cache clean --force
16+
RUN npm i -g firebase-tools@13.29.1 && npm cache clean --force
1717

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

action.yaml

+1-1
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:v13.29.0"
15+
image: "docker://w9jds/firebase-action:v13.29.1"

0 commit comments

Comments
 (0)