gr-gsm-master/Dockerfile: use the official archlinux/base image

According to [1], the image 'base/archlinux' has been deprecated.
It's recommended to use the official ArchLinux docker image [2].

[1] https://hub.docker.com/r/base/archlinux
[2] https://hub.docker.com/r/archlinux/base

Change-Id: I7e5d57662e9d8ca2b5037c24427ce1c44de15813
This commit is contained in:
Vadim Yanitskiy 2019-05-05 18:59:10 +03:00
parent c924d417c5
commit 857d60059c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM base/archlinux FROM archlinux/base
MAINTAINER Vadim Yanitskiy <axilirator@gmail.com> MAINTAINER Vadim Yanitskiy <axilirator@gmail.com>