Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down