Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 297ca7b

Browse files
authored
Merge pull request #222 from elgalu/xenial-20180228
Bump Ubuntu xenial to 2018-02-28
2 parents c54631c + e90be84 commit 297ca7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# To overwrite the build args use:
66
# docker build ... --build-arg UBUNTU_DATE=20171006
77
ARG UBUNTU_FLAVOR=xenial
8-
ARG UBUNTU_DATE=20180123
8+
ARG UBUNTU_DATE=20180228
99

1010
#== Ubuntu xenial is 16.04, i.e. FROM ubuntu:16.04
1111
# Find latest images at https://hub.docker.com/r/library/ubuntu/
@@ -635,7 +635,7 @@ COPY bin/fail /usr/bin/
635635
#===============
636636
# TODO: Use Google fingerprint to verify downloads
637637
# https://www.google.de/linuxrepositories/
638-
ARG EXPECTED_CHROME_VERSION="64.0.3282.186"
638+
ARG EXPECTED_CHROME_VERSION="65.0.3325.146"
639639
ENV CHROME_URL="https://dl.google.com/linux/direct" \
640640
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
641641
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"

0 commit comments

Comments
 (0)