Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 28, 2025
1 parent a1f7ef9 commit 468b08d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/python/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module "latest" {
extra_dev_packages = [
"build-base",
"py3-pip",
"python3-dev"
"python3-dev",
"uv"
]
}

Expand Down
2 changes: 1 addition & 1 deletion tflib/publisher/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
oci = {
source = "chainguard-dev/oci"
version = "0.0.18"
version = "0.0.19"
}
chainguard = {
source = "chainguard-dev/chainguard"
Expand Down

0 comments on commit 468b08d

Please sign in to comment.