Skip to content

Commit

Permalink
fix: pin rustc 1.72 (#321)
Browse files Browse the repository at this point in the history
* fix: pin rustc 1.72

* chore: rust 1.73.0

---------

Co-authored-by: RiceAndmeet <jun.ying.yan@ryerson.ca>
  • Loading branch information
milapsheth and RiceAndMeet authored Oct 18, 2023
1 parent 7c8a2ec commit b2456c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental

FROM rust:1.58.1-bullseye as builder
FROM rust:1.73.0-bullseye as builder

RUN set -ex \
&& apt-get update \
Expand Down

0 comments on commit b2456c1

Please sign in to comment.