Skip to content

Commit 781681a

Browse files
build(deps): Bump python from 3.13-slim to 3.14-slim in /demo
Bumps python from 3.13-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 ca50105 commit 781681a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/Dockerfile

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

33
COPY requirements.txt .
44
RUN pip install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)