chore(docker): bump the Rust version in Dockerfile

This commit is contained in:
Orhun Parmaksız 2023-09-14 21:01:54 +03:00
parent 7bb412d15e
commit ab3bdb4dff
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -1,4 +1,4 @@
FROM rust:1.69.0-alpine3.17 as builder
FROM rust:1.72.0-alpine3.18 as builder
WORKDIR /app
RUN apk update
RUN apk add --no-cache musl-dev bash git