We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9b950 commit 4648b06Copy full SHA for 4648b06
services/cache/Dockerfile
@@ -5,7 +5,7 @@
5
# PYTHON-BASE
6
# Sets up all our shared environment variables
7
################################
8
-FROM python:3.11-slim AS python-base
+FROM python:3.13-slim AS python-base
9
10
# Python
11
ENV PYTHONUNBUFFERED=1 \
services/rule/Dockerfile
services/vigilllm/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.10-slim
+FROM python:3.13-slim
2
3
4
WORKDIR /app
0 commit comments