Skip to content

Commit 1f6400c

Browse files
Pin Node.js
1 parent 603da5b commit 1f6400c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.project_slug }}/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
2-
FROM node:10-alpine as build-stage
2+
FROM node:10.24.1-alpine as build-stage
33
RUN apk add --no-cache bash
44
WORKDIR /app
55
COPY ./client/package*.json /app/

0 commit comments

Comments
 (0)