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