Update Rust version in docker build

pull/14/head
Alex 1 year ago
parent 04bdd029fe
commit 730c9049ad
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1

@ -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

Loading…
Cancel
Save