We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7076e1 commit 0ad2ba2Copy full SHA for 0ad2ba2
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:5fa4e4f6c1cec7a696b5c0b9c522a5cd6beeea84a006826e12c9ee92b92e23eb
+FROM ghcr.io/ublue-os/ucore-minimal:stable@sha256:d9da30981be35f477ce2109bdc1ea72965ecae0350c313840f3e851d4f146aa9
7
8
RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
9
--mount=type=cache,dst=/var/cache \
0 commit comments