Skip to content

Commit

Permalink
[no ci] update rust container to 1.57 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggutoski authored and milapsheth committed Jan 6, 2022
1 parent a9d4b53 commit fbecdec
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.51 as builder
FROM rust:1.57 as builder

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

0 comments on commit fbecdec

Please sign in to comment.