Skip to content

Commit

Permalink
Upgrade rust 1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Oct 23, 2024
1 parent b62ceb4 commit 56203f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.81.0-stable
ARG MUSL_IMAGE=clux/muslrust:1.82.0-stable

FROM ${MUSL_IMAGE} as build

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

FROM rust:${RUST_VERSION}

Expand Down

0 comments on commit 56203f9

Please sign in to comment.