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 71d4e7f commit 8b8d1e1Copy full SHA for 8b8d1e1
Dockerfile
@@ -24,7 +24,7 @@ RUN yarn create-version-file \
24
&& rm -rf .git .scripts
25
26
# Final stage
27
-FROM node:8-alpine
+FROM node:8.15.1-alpine
28
29
WORKDIR /usr/src/app
30
COPY --from=build /usr/src/app /usr/src/app
0 commit comments