Update Rust version in docker build

This commit is contained in:
Alex 2021-12-30 20:49:27 +01:00
parent 04bdd029fe
commit 730c9049ad
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -1,7 +1,7 @@
FROM debian:bullseye-slim as builder
FROM rust:1.57-bullseye as builder
RUN apt-get update && \
apt-get install -y rustc cargo libssl-dev pkg-config
apt-get install -y libssl-dev pkg-config
WORKDIR /srv