There was an error while loading. Please reload this page.
1 parent 464e6d1 commit 55e7c22Copy full SHA for 55e7c22
2 files changed
.github/dependabot.yml
@@ -12,3 +12,5 @@ updates:
12
directory: "/"
13
schedule:
14
interval: "daily"
15
+ ignore:
16
+ - dependency-name: "grpcio-tools"
Containerfile
@@ -1,8 +1,7 @@
1
# syntax=docker/dockerfile:1
2
3
# Base image
4
-# !! espressif32 platform does not yet support python 3.14
5
-FROM python:3.13-trixie AS base
+FROM python:3.14-trixie AS base
6
ENV PIP_ROOT_USER_ACTION=ignore
7
ENV DEBIAN_FRONTEND=noninteractive
8
0 commit comments