@@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
14
14
15
15
RUN apk add --no-cache curl tar zstd
16
16
17
- RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250530 .0.356855 /multilib-devel-20250530 .0.356855 .tar.zst" && \
18
- echo "bdb29114bc29a6ed00d52861f2ab917ac49bea43e94bb624e3d51b5fd3d78420 multilib-devel-20250530 .0.356855 .tar.zst" > /tmp/sha256sums.txt && \
17
+ RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250531 .0.357373 /multilib-devel-20250531 .0.357373 .tar.zst" && \
18
+ echo "73533c59c4b602306f42b6a56b0c77893541b910c37e4950a0dd13b57303e8d2 multilib-devel-20250531 .0.357373 .tar.zst" > /tmp/sha256sums.txt && \
19
19
sha256sum -c /tmp/sha256sums.txt && \
20
20
mkdir /rootfs && \
21
- tar -C /rootfs --extract --file multilib-devel-20250530 .0.356855 .tar.zst
21
+ tar -C /rootfs --extract --file multilib-devel-20250531 .0.357373 .tar.zst
22
22
23
23
FROM scratch AS root
24
24
@@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
29
29
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
30
30
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
31
31
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
32
- LABEL org.opencontainers.image.version="20250530 .0.356855 "
32
+ LABEL org.opencontainers.image.version="20250531 .0.357373 "
33
33
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
34
- LABEL org.opencontainers.image.created="2025-05-30T09:07:53 +00:00"
34
+ LABEL org.opencontainers.image.created="2025-05-31T09:08:31 +00:00"
35
35
36
36
COPY --from=verify /rootfs/ /
37
37
38
38
RUN ldconfig && \
39
- sed -i '/BUILD_ID/a VERSION_ID=20250530 .0.356855 ' /etc/os-release
39
+ sed -i '/BUILD_ID/a VERSION_ID=20250531 .0.357373 ' /etc/os-release
40
40
41
41
ENV LANG=C.UTF-8
42
42
CMD ["/usr/bin/bash"]
0 commit comments