From 4ab53004c272b1123ed1ec8d1f53e56f81fbcb6b Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 17 Mar 2020 17:23:19 +0100 Subject: [PATCH] changed base image to archlinux official one --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 08dc214..8dfbe2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux/base:latest +FROM archlinux:latest ENV CHROMEDRIVER_VERSION="80.0.3987.106" diff --git a/README.md b/README.md index 90f4799..168cab4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository provides the Dockerfile to create a Docker image used to run [robot framework](https://robotframework.org) tests. ## What you get -* updated Arch Linux [base image](https://hub.docker.com/r/archlinux/base) +* updated Arch Linux [base image](https://hub.docker.com/_/archlinux) * python3 * robot framework * selenium library