mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 04:46:21 +00:00
ci: replace archlinux tag in Dockerfile
This pull request addresses an error in the Dockerfile.arch file caused by using an incorrect base image reference (archlinux/latest). The Docker Hub archlinux repository does not support a latest tag, which leads to a "failed to resolve source metadata" error during the Docker build process. This PR updates the base image reference to archlinux, resolving the error and allowing for a successful build. Fix https://github.com/profanity-im/profanity/issues/2004 Note: Commit message edited by @jubalh since @tjsweetblack didn't respond.
This commit is contained in:
committed by
Michael Vetter
parent
313ab5d55a
commit
bbc88557a4
@@ -1,4 +1,4 @@
|
||||
FROM archlinux/latest
|
||||
FROM archlinux
|
||||
|
||||
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
|
||||
autoconf \
|
||||
|
||||
Reference in New Issue
Block a user