Skip to content

Commit 5d4adf2

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.33 (#2070)
Co-authored-by: ha-mcp-renovate[bot] <283715759+ha-mcp-renovate[bot]@users.noreply.github.com>
1 parent 24a4e02 commit 5d4adf2

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
runs-on: ubuntu-latest
191191
container:
192192
# renovate: datasource=docker depName=ghcr.io/astral-sh/uv
193-
image: ghcr.io/astral-sh/uv:0.11.28-python3.13-trixie-slim
193+
image: ghcr.io/astral-sh/uv:0.11.33-python3.13-trixie-slim
194194
timeout-minutes: 2
195195

196196
steps:
@@ -257,7 +257,7 @@ jobs:
257257
runs-on: ubuntu-latest
258258
container:
259259
# renovate: datasource=docker depName=ghcr.io/astral-sh/uv
260-
image: ghcr.io/astral-sh/uv:0.11.28-python3.13-trixie-slim
260+
image: ghcr.io/astral-sh/uv:0.11.33-python3.13-trixie-slim
261261
timeout-minutes: 5
262262

263263
steps:
@@ -304,7 +304,7 @@ jobs:
304304
runs-on: ubuntu-latest
305305
container:
306306
# renovate: datasource=docker depName=ghcr.io/astral-sh/uv
307-
image: ghcr.io/astral-sh/uv:0.11.28-python3.13-trixie-slim
307+
image: ghcr.io/astral-sh/uv:0.11.33-python3.13-trixie-slim
308308
timeout-minutes: 2
309309

310310
steps:
@@ -321,7 +321,7 @@ jobs:
321321
runs-on: ubuntu-latest
322322
container:
323323
# renovate: datasource=docker depName=ghcr.io/astral-sh/uv
324-
image: ghcr.io/astral-sh/uv:0.11.28-python3.13-trixie-slim
324+
image: ghcr.io/astral-sh/uv:0.11.33-python3.13-trixie-slim
325325
timeout-minutes: 5
326326

327327
steps:
@@ -342,7 +342,7 @@ jobs:
342342
runs-on: ubuntu-latest
343343
container:
344344
# renovate: datasource=docker depName=ghcr.io/astral-sh/uv
345-
image: ghcr.io/astral-sh/uv:0.11.28-python3.13-trixie-slim
345+
image: ghcr.io/astral-sh/uv:0.11.33-python3.13-trixie-slim
346346
# Bumped 5 → 8 for the issue #2027 regression tests, which spawn real
347347
# subprocesses — including a full stdio server session — costing tens
348348
# of seconds on a slow runner.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Base images pinned by digest - Renovate will create PRs for updates
66

77
# --- Build stage: install dependencies with uv ---
8-
FROM ghcr.io/astral-sh/uv:0.11.28-python3.13-trixie-slim@sha256:08477888ac23d6cfbeb8c7dc6fc70cf297fd38b7bf35522be33ce832750ca242 AS builder
8+
FROM ghcr.io/astral-sh/uv:0.11.33-python3.13-trixie-slim@sha256:ddcc6242921ee120cf279fdcedfc8bb917c9af4de9ad791495e4c7deb479a296 AS builder
99

1010
WORKDIR /app
1111

homeassistant-addon-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# WARNING: This is unstable and may break at any time
55

66
# --- Build stage: install dependencies with uv ---
7-
FROM ghcr.io/astral-sh/uv:0.11.28-python3.13-trixie-slim@sha256:08477888ac23d6cfbeb8c7dc6fc70cf297fd38b7bf35522be33ce832750ca242 AS builder
7+
FROM ghcr.io/astral-sh/uv:0.11.33-python3.13-trixie-slim@sha256:ddcc6242921ee120cf279fdcedfc8bb917c9af4de9ad791495e4c7deb479a296 AS builder
88

99
WORKDIR /app
1010

homeassistant-addon/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# No bashio needed - pure Python startup script
66

77
# --- Build stage: install dependencies with uv ---
8-
FROM ghcr.io/astral-sh/uv:0.11.28-python3.13-trixie-slim@sha256:08477888ac23d6cfbeb8c7dc6fc70cf297fd38b7bf35522be33ce832750ca242 AS builder
8+
FROM ghcr.io/astral-sh/uv:0.11.33-python3.13-trixie-slim@sha256:ddcc6242921ee120cf279fdcedfc8bb917c9af4de9ad791495e4c7deb479a296 AS builder
99

1010
WORKDIR /app
1111

0 commit comments

Comments
 (0)