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 603da5b commit 1f6400cCopy full SHA for 1f6400c
{{ cookiecutter.project_slug }}/client/Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
2
-FROM node:10-alpine as build-stage
+FROM node:10.24.1-alpine as build-stage
3
RUN apk add --no-cache bash
4
WORKDIR /app
5
COPY ./client/package*.json /app/
0 commit comments