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

pull/10/head
Renovate Bot 2021-06-25 12:00:41 +00:00
parent 9286a9821c
commit 1c7ae8cf41
1 changed files with 1 additions and 1 deletions

View File

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