File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM femtopixel/google-chrome-headless:69 .0.3497.100 -amd64
1
+ FROM femtopixel/google-chrome-headless:72 .0.3626.81 -amd64
2
2
3
3
ARG VERSION=v4.1.0
4
4
@@ -12,7 +12,7 @@ RUN rm -rf /var/lib/apt/lists/* && \
12
12
apt-get update && \
13
13
apt-get remove gnupg -y && apt-get install --reinstall gnupg2 dirmngr --allow-unauthenticated -y && \
14
14
apt-get autoclean && apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg --no-install-recommends && \
15
- curl -sSL https://deb.nodesource.com/setup_10 .x | bash - && \
15
+ curl -sSL https://deb.nodesource.com/setup_11 .x | bash - && \
16
16
apt-get update && apt-get install -y nodejs --no-install-recommends && \
17
17
npm --global install npm && \
18
18
npm --global install yarn && \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN rm -rf /var/lib/apt/lists/* && \
16
16
wget -O ./tmpkey "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x40976EAF437D05B5" | apt-key add ./tmpkey; \
17
17
wget -O ./tmpkey "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3B4FE6ACC0B21F32" | apt-key add ./tmpkey; \
18
18
apt-get autoclean && apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg --no-install-recommends && \
19
- curl -sSL https://deb.nodesource.com/setup_10 .x | bash - && \
19
+ curl -sSL https://deb.nodesource.com/setup_11 .x | bash - && \
20
20
apt-get update && apt-get install -y nodejs --no-install-recommends && \
21
21
npm config set unsafe-perm true && \
22
22
npm --global install npm && \
Original file line number Diff line number Diff line change 1
- FROM femtopixel/google-chrome-headless:69 .0.3497.100 -i386
1
+ FROM femtopixel/google-chrome-headless:72 .0.3626.81 -i386
2
2
3
3
ARG VERSION=v4.1.0
4
4
@@ -13,7 +13,7 @@ RUN rm -rf /var/lib/apt/lists/* && \
13
13
apt-get remove gnupg -y && apt-get install --reinstall gnupg2 dirmngr --allow-unauthenticated -y && \
14
14
apt-get autoclean && apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg --no-install-recommends && \
15
15
curl -sSL https://deb.nodesource.com/setup_9.x | bash - && \
16
- apt-get update && apt-get install -y nodejs --no-install-recommends && \
16
+ apt-get update && apt-get install -y nodejs npm --no-install-recommends && \
17
17
npm --global install npm && \
18
18
npm --global install yarn && \
19
19
apt-get purge --auto-remove -y curl gnupg && \
You can’t perform that action at this time.
0 commit comments