Skip to content

Commit 6730eac

Browse files
chore(deps): Bump python from 3.11-slim to 3.13.7-slim
Bumps python from 3.11-slim to 3.13.7-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.7-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1daf2d commit 6730eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile to create a clean, lightweight Docker Image for the Service Quality Oracle
22

33
# Use Python 3.9 slim as the base image for a lightweight container
4-
FROM python:3.11-slim
4+
FROM python:3.13.7-slim
55

66
# Accept version as build argument
77
ARG VERSION=dev

0 commit comments

Comments
 (0)