Skip to content

Commit e8eb288

Browse files
committed
[build-base]: Update base arch image
1 parent f8cb76a commit e8eb288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
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

1111
LABEL 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

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

0 commit comments

Comments
 (0)