chore: unpin arch version

The pinned Arch version started failing during upgrade, so try
removing the version pin.
This commit is contained in:
Jonathan Yu 2022-02-16 19:27:44 +00:00
parent e760ec7474
commit a704163741
2 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,7 @@
FROM archlinux/archlinux:base-20210205.0.15146
FROM archlinux/archlinux:base
SHELL ["/bin/bash", "-c"]
# Workaround broken upstream archive by pinning to older snapshot
COPY mirrorlist /etc/pacman.d/mirrorlist
# Install baseline packages
RUN pacman --noconfirm -Syyuu \
base \

View File

@ -1 +0,0 @@
Server=https://archive.archlinux.org/repos/2021/02/01/$repo/os/$arch