Skip to content

Commit 4648b06

Browse files
chore(deps): update python docker tag to v3.13
1 parent ae9b950 commit 4648b06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

services/cache/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# PYTHON-BASE
66
# Sets up all our shared environment variables
77
################################
8-
FROM python:3.11-slim AS python-base
8+
FROM python:3.13-slim AS python-base
99

1010
# Python
1111
ENV PYTHONUNBUFFERED=1 \

services/rule/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# PYTHON-BASE
66
# Sets up all our shared environment variables
77
################################
8-
FROM python:3.11-slim AS python-base
8+
FROM python:3.13-slim AS python-base
99

1010
# Python
1111
ENV PYTHONUNBUFFERED=1 \

services/vigilllm/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-slim
1+
FROM python:3.13-slim
22

33

44
WORKDIR /app

0 commit comments

Comments
 (0)