From f7ff2cc6bbd31fee88da35ad5483c16f15534ab2 Mon Sep 17 00:00:00 2001 From: adpare Date: Mon, 17 Nov 2025 11:34:21 -0500 Subject: [PATCH] fix: update python version for dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e5ee3c4bd1..061ee07947d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN cd attack-search && \ npm run build # Use the official Python image as the base image -FROM python:3.10-slim-bullseye as python-build +FROM python:3.13-slim-bullseye as python-build ENV DEBIAN_FRONTEND noninteractive ENV LANG en_US.UTF-8