Commit b149fcd 1 parent 51176fd commit b149fcd Copy full SHA for b149fcd
File tree 2 files changed +3
-3
lines changed
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="13.29.0 "
3
+ LABEL version="13.29.1 "
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 <w9jds@github.com>"
@@ -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 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
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:v13.29.0 "
15
+ image : " docker://w9jds/firebase-action:v13.29.1 "
You can’t perform that action at this time.
0 commit comments