We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca019d commit 2c77f57Copy full SHA for 2c77f57
1 file changed
apps/anki-sync-server/Dockerfile
@@ -11,7 +11,7 @@ RUN cargo install --git https://github.com/ankitects/anki.git \
11
--locked \
12
anki-sync-server
13
14
-FROM gcr.io/distroless/cc-debian12@sha256:0000f9dc0290f8eaf0ecceafbc35e803649087ea7879570fbc78372df7ac649b
+FROM gcr.io/distroless/cc-debian12@sha256:aa0b7af67fa8211751ea6e00baa8373ba56cc1417ffc986ec9619bd0e1556b56
15
16
COPY --from=builder /anki-server/bin/anki-sync-server /usr/bin/anki-sync-server
17
0 commit comments