-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
7f12814
commit 936e10b
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
||
******************** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters