Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Feb 26, 2024
1 parent ca6d02a commit 717ca47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pastemp"
version = "0.4.10"
version = "0.4.11"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN touch src/main.rs

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

FROM debian:buster-slim
FROM debian:stable-slim

RUN apt-get update

Expand Down

0 comments on commit 717ca47

Please sign in to comment.