We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc0be2 commit b74e2f9Copy full SHA for b74e2f9
deploy/webhook/Dockerfile
@@ -37,7 +37,8 @@ RUN wget -O kubectl "${KUBECTL_URL}"
37
RUN chmod +x kubectl
38
39
FROM node:10.15.3-stretch as runtime_deps
40
-RUN npm install -g firebase-tools postcss-cli
+ENV FIREBASE_TOOLS_VERSION 7.13.1
41
+RUN npm install -g firebase-tools@${FIREBASE_TOOLS_VERSION} postcss-cli
42
WORKDIR /app/docs
43
RUN npm install autoprefixer
44
COPY --from=download-docsy /docsy ./themes/docsy
0 commit comments