We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6d02a commit 717ca47Copy full SHA for 717ca47
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pastemp"
3
-version = "0.4.10"
+version = "0.4.11"
4
edition = "2021"
5
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
6
Dockerfile
@@ -20,7 +20,7 @@ RUN touch src/main.rs
20
21
RUN cargo install --path . --offline --locked
22
23
-FROM debian:buster-slim
+FROM debian:stable-slim
24
25
RUN apt-get update
26
0 commit comments