chore: switch to more up to date void linux docker image

This commit is contained in:
Bnyro 2024-01-31 14:53:55 +01:00
parent 8e00321e81
commit b6f2a246c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#bookworm refers to the debian version
FROM voidlinux/voidlinux
FROM ghcr.io/void-linux/void-glibc:latest
RUN xbps-install -Syu xbps
RUN xbps-install -Syu && \