Skip to content

Commit

Permalink
Upgrade to rust 1.73.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverdaff authored Oct 11, 2023
1 parent bfe747b commit 90ba27f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ a new version number. Fill in an appropriate changelog entry in this file to
get CI passing and enable the changes to land on `main`.
``

## 1.73-0.0

- Updated Rust version to `1.73.0`


## 1.72-1.0

- Updated Rust version to `1.72.0`
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#
####

FROM --platform=$BUILDPLATFORM rust:1.72.0-slim AS builder
FROM --platform=$BUILDPLATFORM rust:1.73.0-slim AS builder

WORKDIR /build

Expand Down Expand Up @@ -199,7 +199,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry,sharing=locked \
#
####

FROM rust:1.72.0-slim
FROM rust:1.73.0-slim

# Install extra system dependencies not included in the slim base image.
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down

0 comments on commit 90ba27f

Please sign in to comment.