Skip to content

Commit a315ecf

Browse files
[docker] (deps): Bump python in the dev-dependencies group
Bumps the dev-dependencies group with 1 update: python. Updates `python` from 3.12-bullseye to 3.13-bullseye --- updated-dependencies: - dependency-name: python dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fdd5cf commit a315ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-bullseye
1+
FROM python:3.13-bullseye
22
ARG DEV_FLAG
33
COPY /script/ /app/script
44
WORKDIR /app

0 commit comments

Comments
 (0)