Skip to content

Commit

Permalink
Upgrade target docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
scotow committed Feb 14, 2024
1 parent 0ba23d9 commit a74b7b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dropit"
version = "0.24.3"
version = "0.24.4"
authors = ["Scotow <[email protected]>"]
edition = "2021"
description = "Temporary file hosting and sharing"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN cargo build --release

#------------

FROM gcr.io/distroless/cc
FROM gcr.io/distroless/cc-debian12

COPY --from=builder /app/target/release/dropit /dropit

Expand Down

0 comments on commit a74b7b5

Please sign in to comment.