Updated archlinux docker image

I change the archlinux image you're using because it is not the official and it's deprecated (https://hub.docker.com/r/base/archlinux/).
This commit is contained in:
Santiago Benalcázar 2019-06-05 11:34:00 +02:00 committed by GitHub
parent 8f506c37ba
commit 6f35488990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM base/archlinux
FROM archlinux/base
ENV DEXBUILD_DIR="/bin"