Skip to content

Commit

Permalink
update docker deps and docker docs (#3671)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
niclasheinz authored Jan 4, 2025
1 parent 7f12814 commit 936e10b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ hideo aoyama <https://github.com/boukendesho>
Ross Brown <[email protected]>
🦙 <github.com/iamllama>
Lukas Sommer <[email protected]>
Niclas Heinz <[email protected]>
Omar Kohl <[email protected]>

********************
Expand Down
4 changes: 2 additions & 2 deletions docs/syncserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -9,7 +9,7 @@ RUN cargo install --git https://github.com/ankitects/anki.git \
--root /anki-server \
anki-sync-server

FROM alpine:3.20.2
FROM alpine:3.21.0

ARG SYNC_PORT=8080

Expand Down
2 changes: 1 addition & 1 deletion docs/syncserver/Dockerfile.distroless
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.82.0 AS builder
FROM rust:1.83.0 AS builder

ARG ANKI_VERSION

Expand Down
2 changes: 1 addition & 1 deletion docs/syncserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the build products and runtime dependencies from the rest of your system.

# 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
# Execute this command from the root directory of your project
Expand Down

0 comments on commit 936e10b

Please sign in to comment.