Skip to content

Commit 2f8bd41

Browse files
upgrade Dockerfile musl Rust version from 1.78 to 1.79
1 parent f817f28 commit 2f8bd41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rickview"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
license = "MIT"
66
keywords = ["rdf", "semantic-web", "linked-data"]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM clux/muslrust:1.78.0-stable AS chef
2+
FROM clux/muslrust:1.79.0-stable AS chef
33
USER root
44
RUN cargo install cargo-chef
55
WORKDIR /app

0 commit comments

Comments
 (0)