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 f2d35e1 commit ba3b323Copy full SHA for ba3b323
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
+# Use Python 3.13.7 slim as the base image for a lightweight container
+FROM python:3.13.7-slim
5
6
# Accept version as build argument
7
ARG VERSION=dev
0 commit comments