File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM node:20-buster
2
2
3
- LABEL version="14.6 .0"
3
+ LABEL version="14.7 .0"
4
4
LABEL repository="https://github.com/w9jds/firebase-action"
5
5
LABEL homepage="https://github.com/w9jds/firebase-action"
6
6
LABEL maintainer=
"Jeremy Shore <[email protected] >"
@@ -13,7 +13,7 @@ LABEL com.github.actions.color="gray-dark"
13
13
RUN apt update && apt-get install --no-install-recommends -y jq openjdk-11-jre && rm -rf /var/lib/apt/lists/*
14
14
15
15
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
17
17
18
18
COPY LICENSE README.md /
19
19
COPY "entrypoint.sh" "/entrypoint.sh"
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ outputs:
12
12
13
13
runs :
14
14
using : " docker"
15
- image : " docker://w9jds/firebase-action:v14.6 .0"
15
+ image : " docker://w9jds/firebase-action:v14.7 .0"
You can’t perform that action at this time.
0 commit comments