Skip to content

Commit e7667cd

Browse files
authored
Update chrome version (#11)
1 parent 080cc42 commit e7667cd

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
FROM node:10-buster
33

44
RUN apt-get update && \
5-
apt-get install -y chromium=78.0.3904.108-1~deb10u1 firefox-esr=68.2.0esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
6-
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
7-
8-
RUN ln -s /usr/bin/chromium /usr/bin/google-chrome
9-
10-
RUN npm config set @sap:registry https://npm.sap.com --global
5+
apt-get install -y chromium=79.0.3945.130-1~deb10u1 firefox-esr=68.4.1esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
6+
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
7+
ln -s /usr/bin/chromium /usr/bin/google-chrome && \
8+
npm config set @sap:registry https://npm.sap.com --global
119

1210
# Workaround for https://npm.sap.com issue with open SSL in Debian Buster
1311
RUN CIPHERS="$(openssl ciphers)" && sed -i "s/DEFAULT@SECLEVEL=2/$CIPHERS:DH-RSA-AES256-SHA256/g" /etc/ssl/openssl.cnf

node12/Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
FROM node:12-buster
22

33
RUN apt-get update && \
4-
apt-get install -y chromium=78.0.3904.108-1~deb10u1 firefox-esr=68.2.0esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
5-
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
6-
7-
RUN ln -s /usr/bin/chromium /usr/bin/google-chrome
8-
9-
RUN npm config set @sap:registry https://npm.sap.com --global
4+
apt-get install -y chromium=79.0.3945.130-1~deb10u1 firefox-esr=68.4.1esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
5+
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
6+
ln -s /usr/bin/chromium /usr/bin/google-chrome && \
7+
npm config set @sap:registry https://npm.sap.com --global
108

119
# Workaround for https://npm.sap.com issue with open SSL in Debian Buster
1210
RUN CIPHERS="$(openssl ciphers)" && sed -i "s/DEFAULT@SECLEVEL=2/$CIPHERS:DH-RSA-AES256-SHA256/g" /etc/ssl/openssl.cnf

0 commit comments

Comments
 (0)