Skip to content

Commit

Permalink
Change arch dockerfile to use archlinux:latest
Browse files Browse the repository at this point in the history
Signed-off-by: shadichy <[email protected]>
  • Loading branch information
shadichy committed Dec 21, 2024
1 parent 522d4a9 commit 40a58f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM archlinux/base-devel
FROM archlinux:latest

# Update packages
RUN yes | pacman -Syyu base-devel grub bash fakeroot
Expand Down

0 comments on commit 40a58f7

Please sign in to comment.