Update rust Docker tag to v1.53
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Renovate Bot 2021-06-25 12:00:41 +00:00
parent 9286a9821c
commit 1c7ae8cf41

View file

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