Skip to content

Commit dd7fa43

Browse files
committed
Docker: Pin Node.js version
... to what is being used in production
1 parent 3ed6a80 commit dd7fa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.12-alpine
1+
FROM node:14.18.1-alpine
22

33
WORKDIR /app
44
COPY package.json yarn.lock /app/

0 commit comments

Comments
 (0)