Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 0 additions & 7 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@
matchPackageNames: ["/python/"],
allowedVersions: "/3\\.14-slim/",
},
{
description: ["Allowed Python Version for ESPHome Base Image"],
matchDatasources: ["docker"],
matchFileNames: ["apps/esphome/Dockerfile"],
matchPackageNames: ["/python/"],
allowedVersions: "/3\\.13-slim/",
},
{
description: ["Allowed Java Version for NZBHydra2 Base Image"],
matchDatasources: ["docker"],
Expand Down
2 changes: 1 addition & 1 deletion apps/esphome/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM docker.io/library/python:3.13-slim
FROM docker.io/library/python:3.14-slim
ARG VERSION

ENV \
Expand Down