summaryrefslogtreecommitdiff
path: root/test/Dockerfile_archlinux
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-06-01 11:52:42 -0700
committerAdam Hupp <adam@hupp.org>2021-06-01 12:24:49 -0700
commitae483dc845ec6edd35861f5c46e70cd4d229e4f2 (patch)
tree8255ff870f30ddce7979a62e4e0d6cc9ad32914a /test/Dockerfile_archlinux
parent816e4d704d455eaf5c1e06e1af1b75fdb8ef2f5a (diff)
downloadpython-magic-ae483dc845ec6edd35861f5c46e70cd4d229e4f2.tar.gz
Update tests and docker config for newer versions
Diffstat (limited to 'test/Dockerfile_archlinux')
-rwxr-xr-xtest/Dockerfile_archlinux2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dockerfile_archlinux b/test/Dockerfile_archlinux
index 677add4..fc96c44 100755
--- a/test/Dockerfile_archlinux
+++ b/test/Dockerfile_archlinux
@@ -1,4 +1,4 @@
-FROM archlinux:20200505
+FROM archlinux:latest
RUN yes | pacman -Syyu --overwrite '*'
RUN yes | pacman -S python python2 file which
COPY . /python-magic