Skip to content

Commit e093166

Browse files
Bump python from 3.8-slim to 3.14-slim
Bumps python from 3.8-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e37a98 commit e093166

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.Dockerfile.edge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-alpine
1+
FROM python:3.14-alpine
22

33
WORKDIR /app
44

.Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Imagen base para el nodo
2-
FROM python:3.8-slim
2+
FROM python:3.14-slim
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)