Skip to content

Commit 46f11f9

Browse files
authored
updated rust image (#14)
2 parents 2523fd3 + 3eba56d commit 46f11f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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,7 +1,7 @@
11
[package]
22
name = "testvox"
33
description = "A library that turns test reports into human readable messages"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
authors = ["Andrea Di Lisio <[email protected]>"]
77
repository = "https://github.com/dili91/testvox"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.77.2-slim-bookworm
1+
FROM rust:1.85-slim-bookworm
22

33
COPY . /testvox
44

0 commit comments

Comments
 (0)