Skip to content

Commit b4bcf9d

Browse files
Use Node 14 for the Docker js builder
Signed-off-by: Christoph Wurst <[email protected]>
1 parent cf30a42 commit b4bcf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN php -f composer.phar install \
77
COPY . .
88
RUN php -f composer.phar install --no-dev -o
99

10-
FROM node:10 as js-builder
10+
FROM node:14 as js-builder
1111
WORKDIR /app
1212
COPY package*.json /app/
1313
RUN npm install

0 commit comments

Comments
 (0)