From 53560eb442d9ed7db2bc81fdcdf602a9d6682b9d Mon Sep 17 00:00:00 2001 From: tadashi0713 Date: Sun, 23 Jun 2019 17:55:03 +0900 Subject: [PATCH] Upgrade base ubuntu image to ubuntu:bionic-20190612 --- Base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/Dockerfile b/Base/Dockerfile index 068012e601..8b3a21d1de 100644 --- a/Base/Dockerfile +++ b/Base/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:bionic-20181204 +FROM ubuntu:bionic-20190612 LABEL authors="Selenium " #================================================