Skip to content

Commit 8086480

Browse files
committed
Upgrade rust in dockerfile
1 parent 9a78648 commit 8086480

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Changed
99
- [699](https://github.com/thoth-pub/thoth/pull/699) - Moved format string variables inline to comply with [`rustc 1.88.0`](https://github.com/rust-lang/rust/releases/tag/1.88.0)
10+
- [699](https://github.com/thoth-pub/thoth/pull/699) - Upgrade rust to `1.86.0` in production `Dockerfile`
1011

1112
## [[0.13.13]](https://github.com/thoth-pub/thoth/releases/tag/v0.13.13) - 2025-06-05
1213
### Changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG MUSL_IMAGE=clux/muslrust:1.86.0-stable
1+
ARG MUSL_IMAGE=clux/muslrust:1.88.0-stable
22

33
FROM ${MUSL_IMAGE} as build
44

0 commit comments

Comments
 (0)