Skip to content

Commit

Permalink
fix: pin rustc 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Oct 18, 2023
1 parent 7c8a2ec commit ab95d5b
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.72.1-bullseye as builder

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

0 comments on commit ab95d5b

Please sign in to comment.