Skip to content

Commit f7b32c9

Browse files
committed
[build-base]: Update to 2025-08-06
1 parent 31e61fc commit f7b32c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile.base

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ FROM archlinux:latest@sha256:95e914e8b16eb07c8660c4352c1530a52dcf829038f1f652335
1010

1111
LABEL org.opencontainers.image.authors="bbhtt <[email protected]>"
1212

13-
# Revert to python 3.12 until
14-
# https://github.com/apache/buildstream/issues/1988 is solved
15-
RUN echo "Server=https://archive.archlinux.org/repos/2025/04/13/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
13+
RUN echo "Server=https://archive.archlinux.org/repos/2025/08/06/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
1614

1715
RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.conf && \
1816
sed -i '/CheckSpace/s/^/#/g' /etc/pacman.conf && \

0 commit comments

Comments
 (0)