We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1daf2d commit 6730eacCopy full SHA for 6730eac
Dockerfile
@@ -1,7 +1,7 @@
1
# Dockerfile to create a clean, lightweight Docker Image for the Service Quality Oracle
2
3
# Use Python 3.9 slim as the base image for a lightweight container
4
-FROM python:3.11-slim
+FROM python:3.13.7-slim
5
6
# Accept version as build argument
7
ARG VERSION=dev
0 commit comments