Skip to content

Commit 717ca47

Browse files
committed
update docker image
1 parent ca6d02a commit 717ca47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pastemp"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
edition = "2021"
55
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
66

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN touch src/main.rs
2020

2121
RUN cargo install --path . --offline --locked
2222

23-
FROM debian:buster-slim
23+
FROM debian:stable-slim
2424

2525
RUN apt-get update
2626

0 commit comments

Comments
 (0)