File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66#
77# See the full text of the Unlicense at: https://unlicense.org/
88
9- FROM archlinux:latest@sha256:901cf83a14f09d9ba70b219e22f67abd4d6346cb6d3f0c048cd08f22fb9a7425
9+ FROM archlinux:latest@sha256:95e914e8b16eb07c8660c4352c1530a52dcf829038f1f65233543fee28a78d6a
1010
1111LABEL org.opencontainers.image.authors="bbhtt <
[email protected] >"
1212
1313# Revert to python 3.12 until
1414# https://github.com/apache/buildstream/issues/1988 is solved
15- RUN echo "Server=https://archive.archlinux.org/repos/2024/12/21 /\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
15+ RUN echo "Server=https://archive.archlinux.org/repos/2025/04/13 /\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
1616
1717RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.conf && \
1818 sed -i '/CheckSpace/s/^/#/g' /etc/pacman.conf && \
You can’t perform that action at this time.
0 commit comments