Skip to content

Commit 590ddba

Browse files
committed
Dockerfile: update base container and do full updates instead of partial
1 parent 000e635 commit 590ddba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG BASE=ghcr.io/void-linux/void-musl-full:20231003R1
1+
ARG BASE=ghcr.io/void-linux/void-musl-full:20250616R2
22
FROM ${BASE}
3-
RUN xbps-install -yMu xbps && xbps-install -yMu git bash curl util-linux findutils
3+
RUN xbps-install -ySu xbps && xbps-install -ySu && xbps-install -ySu git bash curl util-linux findutils
44
COPY void-updates.sh /usr/local/bin/void-updates
55
COPY entrypoint.sh /entrypoint
66

0 commit comments

Comments
 (0)