Skip to content

Commit c93a43f

Browse files
Bump python from 3.9-slim-bullseye to 3.13-slim-bullseye in /docker
Bumps python from 3.9-slim-bullseye to 3.13-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd0bee1 commit c93a43f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-slim-bullseye
1+
FROM python:3.13-slim-bullseye
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8

docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim-bullseye
1+
FROM python:3.13-slim-bullseye
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8

0 commit comments

Comments
 (0)