changed base image to archlinux official one
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-17 17:23:19 +01:00
parent 7aa7ac940f
commit 4ab53004c2
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM archlinux/base:latest
FROM archlinux:latest
ENV CHROMEDRIVER_VERSION="80.0.3987.106"

View File

@ -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