We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83a858e + f96280d commit 1d01c21Copy full SHA for 1d01c21
1 file changed
apps/anki-sync-server/Dockerfile
@@ -1,7 +1,7 @@
1
FROM rust:1.94.1@sha256:652612f07bfbbdfa3af34761c1e435094c00dde4a98036132fca28c7bb2b165c 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