We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6bc3a commit b0a83e3Copy full SHA for b0a83e3
1 file changed
Containerfile
@@ -3,7 +3,7 @@ FROM scratch AS ctx
3
COPY build_files /
4
5
# Base Image
6
-FROM ghcr.io/ublue-os/ucore-minimal:stable@sha256:7e64c75d6165c557c87a1195f635e9cf3e83f654c54076ecde770d5f24406908
+FROM ghcr.io/ublue-os/ucore-minimal:stable@sha256:13f5ba379e248909aaee2d9343acbc8c677fecc9e6629097c06ba4ee93ab7215
7
8
RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
9
--mount=type=cache,dst=/var/cache \
0 commit comments