Skip to content

Commit

Permalink
CLI: use --no-cache for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Dec 16, 2024
1 parent 649ec1c commit af8fcce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg-trunk"
version = "0.15.6"
version = "0.15.7"
edition = "2021"
authors = ["Ian Stanton", "Vinícius Miguel", "David E. Wheeler"]
description = "A package manager for PostgreSQL extensions"
Expand Down
1 change: 1 addition & 0 deletions cli/src/commands/containers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ pub async fn build_image(
t: &image_name.clone(),
rm: true,
pull: true,
nocache: true,
buildargs: build_args,
..Default::default()
};
Expand Down

0 comments on commit af8fcce

Please sign in to comment.