mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
update docker deps and docker docs (#3671)
* docs(docker): Change suggested version numbre * deps(docker): Bump rust to 1.83.0 and alpine to 3.21.0 * deps(docker): Bump rust to 1.83.0 * CONTRIBUTORS: Add my name
This commit is contained in:
parent
7f12814bbe
commit
936e10bd76
4 changed files with 5 additions and 4 deletions
|
@ -203,6 +203,7 @@ hideo aoyama <https://github.com/boukendesho>
|
||||||
Ross Brown <rbrownwsws@googlemail.com>
|
Ross Brown <rbrownwsws@googlemail.com>
|
||||||
🦙 <github.com/iamllama>
|
🦙 <github.com/iamllama>
|
||||||
Lukas Sommer <sommerluk@gmail.com>
|
Lukas Sommer <sommerluk@gmail.com>
|
||||||
|
Niclas Heinz <nheinz@hpost.net>
|
||||||
Omar Kohl <omarkohl@posteo.net>
|
Omar Kohl <omarkohl@posteo.net>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.82.0-alpine3.20 AS builder
|
FROM rust:1.83.0-alpine3.20 AS builder
|
||||||
|
|
||||||
ARG ANKI_VERSION
|
ARG ANKI_VERSION
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ RUN cargo install --git https://github.com/ankitects/anki.git \
|
||||||
--root /anki-server \
|
--root /anki-server \
|
||||||
anki-sync-server
|
anki-sync-server
|
||||||
|
|
||||||
FROM alpine:3.20.2
|
FROM alpine:3.21.0
|
||||||
|
|
||||||
ARG SYNC_PORT=8080
|
ARG SYNC_PORT=8080
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.82.0 AS builder
|
FROM rust:1.83.0 AS builder
|
||||||
|
|
||||||
ARG ANKI_VERSION
|
ARG ANKI_VERSION
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ the build products and runtime dependencies from the rest of your system.
|
||||||
|
|
||||||
# Building image
|
# Building image
|
||||||
|
|
||||||
To proceed with building, you must specify the Anki version you want, by replacing `<version>` with something like `23.12.1` and `<Dockerfile>` with the chosen Dockerfile (e.g., `Dockerfile` or `Dockerfile.distroless`)
|
To proceed with building, you must specify the Anki version you want, by replacing `<version>` with something like `24.11` and `<Dockerfile>` with the chosen Dockerfile (e.g., `Dockerfile` or `Dockerfile.distroless`)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Execute this command from the root directory of your project
|
# Execute this command from the root directory of your project
|
||||||
|
|
Loading…
Reference in a new issue