Merge pull request 'Update rust Docker tag to v1.53' (#10) from renovate/rust-1.x into develop
All checks were successful
continuous-integration/drone the build was successful

Reviewed-on: https://git.roosens.me/Chewing_Bever/hilde/pulls/10
This commit is contained in:
Jef Roosens 2021-06-27 11:04:00 +02:00
commit 92d1b1c011

View file

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