Merge pull request 'Update rust Docker tag to v1.57' (#13) from renovate/rust-1.x into develop

Reviewed-on: #13
develop
Jef Roosens 2021-12-24 09:05:18 +01:00
commit 8822c1f4e8
1 changed files with 1 additions and 1 deletions

View File

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