Skip to content

Commit 93c9f43

Browse files
authored
Update Dockerfile
Node version set to a dynamic value `current-slim`, making the github action last a century without trouble, hehe.
1 parent 82b0a90 commit 93c9f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-slim
1+
FROM node:current-slim
22
RUN npm install -g firebase-tools
33
COPY entrypoint.sh /usr/local/bin
44
ENTRYPOINT ["entrypoint.sh"]

0 commit comments

Comments
 (0)