From 2f8bd416d32378391a772e3582bfdbd2f16a36b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20H=C3=B6ffner?= Date: Fri, 21 Jun 2024 15:34:52 +0200 Subject: [PATCH] upgrade Dockerfile musl Rust version from 1.78 to 1.79 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 984e799..cc30234 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1428,7 +1428,7 @@ checksum = "cbc95d56eb1865f69288945759cc0879d60ee68168dce676730275804ad2b276" [[package]] name = "rickview" -version = "0.3.1" +version = "0.3.2" dependencies = [ "actix-web", "bytesize", diff --git a/Cargo.toml b/Cargo.toml index 0204c54..bc54a34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rickview" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT" keywords = ["rdf", "semantic-web", "linked-data"] diff --git a/Dockerfile b/Dockerfile index c6c05a7..3ad1fd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM clux/muslrust:1.78.0-stable AS chef +FROM clux/muslrust:1.79.0-stable AS chef USER root RUN cargo install cargo-chef WORKDIR /app