Update ArchLinux base and Sommelier
This commit is contained in:
parent
eb201e8c83
commit
61eb28f8dd
2 changed files with 3 additions and 3 deletions
2
deps/base-archlinux/Containerfile
vendored
2
deps/base-archlinux/Containerfile
vendored
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/archlinux:base-20241006.0.268140
|
||||
FROM docker.io/archlinux:base-20250209.0.306557
|
||||
|
||||
RUN echo -e "[multilib]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
|
||||
|
||||
|
|
4
deps/sommelier/Containerfile
vendored
4
deps/sommelier/Containerfile
vendored
|
@ -1,6 +1,6 @@
|
|||
FROM docker.io/archlinux:base-devel-20240101.0.204074 AS builder
|
||||
FROM docker.io/archlinux:base-devel-20250209.0.306557 AS builder
|
||||
|
||||
ARG SOMMELIER_COMMIT=371dd81388a946cd3cdae12288c05a6b3509fd7f
|
||||
ARG SOMMELIER_COMMIT=984b27ad47ee08178a3128d5c7e96eb109fe09da
|
||||
|
||||
RUN pacman-key --init && pacman -Sy --noconfirm archlinux-keyring
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue