From 9643d00b99984efefe806f3065c84e917f1167b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 01:53:27 +0000 Subject: [PATCH] build(deps): bump astral-sh/uv in the infrastructure group Bumps the infrastructure group with 1 update: [astral-sh/uv](https://github.com/astral-sh/uv). Updates `astral-sh/uv` from 0.11.17 to 0.11.19 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.17...0.11.19) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infrastructure ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b85bf6..147460c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG ODOO_SOURCE_REV ARG PYTHON_VERSION=3.13 # Keep the official uv image first so Dependabot tracks it for Docker updates. -FROM --platform=$TARGETPLATFORM ghcr.io/astral-sh/uv:0.11.17@sha256:03bdc89bb9798628846e60c3a9ad19006c8c3c724ccd2985a33145c039a0577b AS uv-binary +FROM --platform=$TARGETPLATFORM ghcr.io/astral-sh/uv:0.11.19@sha256:b46b03ddfcfbf8f547af7e9eaefdf8a39c8cebcba7c98858d3162bd28cf536f6 AS uv-binary FROM --platform=$BUILDPLATFORM alpine/git:v2.52.0 AS odoo-source ARG ODOO_SOURCE_REPOSITORY