Update rust Docker tag to v1.57

This commit is contained in:
Renovate Bot 2021-12-24 08:02:03 +00:00
parent 02fe8d2de7
commit c908dc7e9c

View file

@ -1,4 +1,4 @@
FROM rust:1.53-alpine3.13 AS builder FROM rust:1.57-alpine3.13 AS builder
WORKDIR /src WORKDIR /src