We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 795f497 + 3ee9af6 commit 1fbbeb3Copy full SHA for 1fbbeb3
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
+FROM ghcr.io/ublue-os/ucore-minimal:stable@sha256:70ee7942f5c9c9452e1f908a9c1b3b738e04e9229afafedf1359ae15d867be68
7
8
RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
9
--mount=type=cache,dst=/var/cache \
0 commit comments