Skip to content

Commit 54bc1b4

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.7 (#697)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f8d1877 commit 54bc1b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.10.5-python3.13-trixie-slim@sha256:2f50dbd6373b0a56f2357196073c79fce5d9f09daebd0ed156c52f44064c403c AS builder
8+
FROM ghcr.io/astral-sh/uv:0.10.7-python3.13-trixie-slim@sha256:645c625876d01c77393338e2bccf4342ee2447680b3069f37004231fb97e2a62 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.10.5-python3.13-trixie-slim@sha256:2f50dbd6373b0a56f2357196073c79fce5d9f09daebd0ed156c52f44064c403c AS builder
7+
FROM ghcr.io/astral-sh/uv:0.10.7-python3.13-trixie-slim@sha256:645c625876d01c77393338e2bccf4342ee2447680b3069f37004231fb97e2a62 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.10.5-python3.13-trixie-slim@sha256:2f50dbd6373b0a56f2357196073c79fce5d9f09daebd0ed156c52f44064c403c AS builder
8+
FROM ghcr.io/astral-sh/uv:0.10.7-python3.13-trixie-slim@sha256:645c625876d01c77393338e2bccf4342ee2447680b3069f37004231fb97e2a62 AS builder
99

1010
WORKDIR /app
1111

0 commit comments

Comments
 (0)