We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000e635 commit 590ddbaCopy full SHA for 590ddba
Dockerfile
@@ -1,6 +1,6 @@
1
-ARG BASE=ghcr.io/void-linux/void-musl-full:20231003R1
+ARG BASE=ghcr.io/void-linux/void-musl-full:20250616R2
2
FROM ${BASE}
3
-RUN xbps-install -yMu xbps && xbps-install -yMu git bash curl util-linux findutils
+RUN xbps-install -ySu xbps && xbps-install -ySu && xbps-install -ySu git bash curl util-linux findutils
4
COPY void-updates.sh /usr/local/bin/void-updates
5
COPY entrypoint.sh /entrypoint
6
0 commit comments