Skip to content

Commit 1cda846

Browse files
authored
Bumping Ubuntu and Grid to 4.1.2 (SeleniumHQ#1488)
[deploy]
1 parent ff7705d commit 1cda846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:focal-20211006
1+
FROM ubuntu:focal-20220105
22
LABEL authors="Selenium <[email protected]>"
33

44
#================================================
@@ -71,7 +71,7 @@ COPY supervisord.conf /etc
7171
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7272
&& touch /opt/selenium/config.toml \
7373
&& chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
74-
&& wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.1.0/selenium-server-4.1.1.jar \
74+
&& wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.1.0/selenium-server-4.1.2.jar \
7575
-O /opt/selenium/selenium-server.jar \
7676
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7777
&& chmod -R g=u /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor

0 commit comments

Comments
 (0)