From 698845dd9adb54677145716e76a5790c1f620d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 01:56:27 +0000 Subject: [PATCH] build(deps): bump the infrastructure group with 2 updates Bumps the infrastructure group with 2 updates: [astral-sh/uv](https://github.com/astral-sh/uv) and alpine/curl. Updates `astral-sh/uv` from 0.11.14 to 0.11.16 - [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.14...0.11.16) Updates `alpine/curl` from 8.17.0 to 8.19.0 --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: infrastructure - dependency-name: alpine/curl dependency-version: 8.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5318fb..a20f097 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.14@sha256:1025398289b62de8269e70c45b91ffa37c373f38118d7da036fb8bb8efc85d97 AS uv-binary +FROM --platform=$TARGETPLATFORM ghcr.io/astral-sh/uv:0.11.16@sha256:440fd6477af86a2f1b38080c539f1672cd22acb1b1a47e321dba5158ab08864d AS uv-binary FROM --platform=$BUILDPLATFORM alpine/git:v2.52.0 AS odoo-source ARG ODOO_SOURCE_REPOSITORY @@ -24,7 +24,7 @@ RUN set -eux; \ git checkout --detach FETCH_HEAD; \ rm -rf .git -FROM --platform=$BUILDPLATFORM alpine/curl:8.17.0 AS wkhtmltox +FROM --platform=$BUILDPLATFORM alpine/curl:8.19.0 AS wkhtmltox ARG TARGETARCH ARG WKHTMLTOPDF_VERSION=0.12.6.1-3 ARG WKHTMLTOPDF_TARGET=jammy