Skip to content

Commit 7dfad19

Browse files
author
markus.zimmermann
committed
updated node version inside dockerfile
1 parent 68f1f1c commit 7dfad19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8.11
1+
FROM node:8
22

33
# dependencies for chromium
44
RUN apt-get update && apt-get install -y gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 \
@@ -11,4 +11,4 @@ RUN yarn config set cache-folder ./.yarn-cache && \
1111
yarn global add gulp && \
1212
yarn global add puppeteer && \
1313
yarn global add @sentry/cli && \
14-
yarn install
14+
yarn install

0 commit comments

Comments
 (0)