We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8651f19 commit e275135Copy full SHA for e275135
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM node:20-alpine
+FROM node:22-alpine
2
3
-ARG FIREBASE_VERSION=13.3.0
+ARG FIREBASE_VERSION=14.1.0
4
5
RUN apk --no-cache add openjdk11-jre bash curl openssl gettext nano nginx sudo && \
6
npm cache clean --force && \
0 commit comments