We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee23a06 commit f96280dCopy full SHA for f96280d
1 file changed
apps/anki-sync-server/Dockerfile
@@ -1,7 +1,7 @@
1
FROM rust:1.94.0@sha256:0e6da0c8f06f25e9591f21c0f741cd4ff1086e271c3330f29f6e4e95869c7843 AS builder
2
3
# renovate: datasource=github-releases packageName=ankitects/anki versioning=loose
4
-ARG ANKI_VERSION=25.09.2
+ARG ANKI_VERSION=25.09.3
5
6
RUN apt-get update && apt-get install -y build-essential protobuf-compiler && apt-get clean && rm -rf /var/lib/apt/lists/*
7
0 commit comments