Compare commits

...

2 Commits

Author SHA1 Message Date
Jef Roosens 92d1b1c011 Merge pull request 'Update rust Docker tag to v1.53' (#10) from renovate/rust-1.x into develop
continuous-integration/drone the build was successful Details
Reviewed-on: https://git.roosens.me/Chewing_Bever/hilde/pulls/10
2021-06-27 11:04:00 +02:00
Renovate Bot 1c7ae8cf41 Update rust Docker tag to v1.53
continuous-integration/drone the build was successful Details
2021-06-25 12:00:41 +00:00
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