@@ -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/20250525.0.354646 /multilib-devel-20250525.0.354646 .tar.zst" && \
18
- echo "3c1932b2b7d164fd5f5b1fb3cb5ab20dc322a2e89b5821e5662b2a0851654699 multilib-devel-20250525.0.354646 .tar.zst" > /tmp/sha256sums.txt && \
17
+ RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250525.0.354722 /multilib-devel-20250525.0.354722 .tar.zst" && \
18
+ echo "723257d2bb73df65a5b4ca9d64b02632921cc69cb1ca562ce30901f25c26464b multilib-devel-20250525.0.354722 .tar.zst" > /tmp/sha256sums.txt && \
19
19
sha256sum -c /tmp/sha256sums.txt && \
20
20
mkdir /rootfs && \
21
- tar -C /rootfs --extract --file multilib-devel-20250525.0.354646 .tar.zst
21
+ tar -C /rootfs --extract --file multilib-devel-20250525.0.354722 .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="20250525.0.354646 "
32
+ LABEL org.opencontainers.image.version="20250525.0.354722 "
33
33
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
34
- LABEL org.opencontainers.image.created="2025-05-25T00:07:54 +00:00"
34
+ LABEL org.opencontainers.image.created="2025-05-25T09:08:01 +00:00"
35
35
36
36
COPY --from=verify /rootfs/ /
37
37
38
38
RUN ldconfig && \
39
- sed -i '/BUILD_ID/a VERSION_ID=20250525.0.354646 ' /etc/os-release
39
+ sed -i '/BUILD_ID/a VERSION_ID=20250525.0.354722 ' /etc/os-release
40
40
41
41
ENV LANG=C.UTF-8
42
42
CMD ["/usr/bin/bash"]
0 commit comments