1
0
mirror of https://github.com/orhun/kmon synced 2024-06-29 06:24:54 +00:00

chore: Bump the Rust version in Dockerfile

This commit is contained in:
Orhun Parmaksız 2024-04-12 01:06:02 +03:00
parent ff25fa1620
commit 404a67f6a5
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -1,5 +1,5 @@
# Builder
FROM rust:1.70.0-slim-buster as builder
FROM rust:1.77.2-slim-buster as builder
RUN apt-get update && \
apt-get install -y --no-install-recommends \
--allow-unauthenticated \