Skip to content

Commit 695723d

Browse files
nabilshafi1fwilhe
authored andcommitted
[BREAKING] Update to Java 11 (on Debian Buster)
Use tag `v2` if the new environment does not work for you.
1 parent 528def5 commit 695723d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# node-10 is LTS and required for sap approuter. EOL: 2021-04-01
2-
FROM node:10-stretch
2+
FROM node:10-buster
33

44
RUN apt-get update && \
5-
apt-get install -y chromium=70.0.3538.110-1~deb9u1 firefox-esr xvfb libxi6 libgconf-2-4 default-jre && \
5+
apt-get install -y chromium=78.0.3904.97-1~deb10u1 firefox-esr=68.2.0esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
66
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
77

88
RUN ln -s /usr/bin/chromium /usr/bin/google-chrome

node12/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM node:12-stretch
1+
FROM node:12-buster
22

33
RUN apt-get update && \
4-
apt-get install -y chromium firefox-esr xvfb libxi6 libgconf-2-4 default-jre && \
4+
apt-get install -y chromium=78.0.3904.97-1~deb10u1 firefox-esr=68.2.0esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
55
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
66

77
RUN ln -s /usr/bin/chromium /usr/bin/google-chrome

0 commit comments

Comments
 (0)