Compare commits

..

2 commits

Author SHA1 Message Date
92d1b1c011 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
2021-06-27 11:04:00 +02:00
1c7ae8cf41 Update rust Docker tag to v1.53
All checks were successful
continuous-integration/drone the build was successful
2021-06-25 12:00:41 +00:00

View file

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