Skip to content

Commit

Permalink
Merge pull request #7 from yasuhito/feature/uv-0.5.6
Browse files Browse the repository at this point in the history
chore: bump uv version to 0.5.6
  • Loading branch information
snuffkin authored Dec 5, 2024
2 parents a2a5523 + be6b3b9 commit 2226691
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UV_VERSION=0.5.5
ARG UV_VERSION=0.5.6
ARG DEBIAN_VERSION=bookworm

FROM ghcr.io/astral-sh/uv:$UV_VERSION AS uv
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"UV_VERSION": "0.5.5",
"UV_VERSION": "0.5.6",
"DEBIAN_VERSION": "bookworm"
}
},
Expand Down
42 changes: 21 additions & 21 deletions uv.lock

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

0 comments on commit 2226691

Please sign in to comment.