Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/integration/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Select a variant that is suitable for your workflow.

```yaml title="gitlab-ci.yml"
variables:
UV_VERSION: "0.5"
UV_VERSION: "0.9"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
UV_VERSION: "0.9"
UV_VERSION: "0.9.16"

We shouldalso add it in

"docs/guides/integration/github.md",
so it auto-increments on release.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samypr100 Great, I hope this works like this (I am not quite familiar with rooster)

PYTHON_VERSION: "3.12"
BASE_LAYER: bookworm-slim
# GitLab CI creates a separate mountpoint for the build directory,
Expand Down
Loading