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