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