Skip to content

Commit

Permalink
Merge pull request #660 from thoth-pub/feature/upgrade_rust_1_83_0
Browse files Browse the repository at this point in the history
Feature/upgrade rust 1 83 0
  • Loading branch information
ja573 authored Dec 2, 2024
2 parents 3f53636 + ca1b892 commit 9d922e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
- [660](https://github.com/thoth-pub/thoth/pull/660) - Upgrade rust to `1.83.0` in production `Dockerfile`
- [660](https://github.com/thoth-pub/thoth/pull/660) - Use latest tag in development `Dockerfile`
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `rustls` to v0.23.19
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `chrono` to v0.4.38
- [658](https://github.com/thoth-pub/thoth/pull/658) - Upgrade `uuid` to v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG MUSL_IMAGE=clux/muslrust:1.82.0-stable
ARG MUSL_IMAGE=clux/muslrust:1.83.0-stable

FROM ${MUSL_IMAGE} as build

Expand Down
4 changes: 1 addition & 3 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
ARG RUST_VERSION=1.82.0

FROM rust:${RUST_VERSION}
FROM rust

ENV TRUNK_VERSION=0.21.4

Expand Down

0 comments on commit 9d922e2

Please sign in to comment.