Skip to content

Commit c3270e5

Browse files
committed
Update chrome (72) + node (11)
1 parent c7a48bf commit c3270e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile.amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM femtopixel/google-chrome-headless:69.0.3497.100-amd64
1+
FROM femtopixel/google-chrome-headless:72.0.3626.81-amd64
22

33
ARG VERSION=v4.1.0
44

@@ -12,7 +12,7 @@ RUN rm -rf /var/lib/apt/lists/* && \
1212
apt-get update && \
1313
apt-get remove gnupg -y && apt-get install --reinstall gnupg2 dirmngr --allow-unauthenticated -y && \
1414
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 - && \
1616
apt-get update && apt-get install -y nodejs --no-install-recommends && \
1717
npm --global install npm && \
1818
npm --global install yarn && \

Dockerfile.arm32v7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN rm -rf /var/lib/apt/lists/* && \
1616
wget -O ./tmpkey "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x40976EAF437D05B5" | apt-key add ./tmpkey; \
1717
wget -O ./tmpkey "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3B4FE6ACC0B21F32" | apt-key add ./tmpkey; \
1818
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 - && \
2020
apt-get update && apt-get install -y nodejs --no-install-recommends && \
2121
npm config set unsafe-perm true && \
2222
npm --global install npm && \

Dockerfile.i386

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM femtopixel/google-chrome-headless:69.0.3497.100-i386
1+
FROM femtopixel/google-chrome-headless:72.0.3626.81-i386
22

33
ARG VERSION=v4.1.0
44

@@ -13,7 +13,7 @@ RUN rm -rf /var/lib/apt/lists/* && \
1313
apt-get remove gnupg -y && apt-get install --reinstall gnupg2 dirmngr --allow-unauthenticated -y && \
1414
apt-get autoclean && apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg --no-install-recommends && \
1515
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 && \
1717
npm --global install npm && \
1818
npm --global install yarn && \
1919
apt-get purge --auto-remove -y curl gnupg && \

0 commit comments

Comments
 (0)