Skip to content

Commit a5bb7e7

Browse files
authored
Merge pull request #559 from mitre-attack/dockerfile-update
fix: update python version for dockerfile
2 parents 1fea534 + f7ff2cc commit a5bb7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN cd attack-search && \
1616
npm run build
1717

1818
# Use the official Python image as the base image
19-
FROM python:3.10-slim-bullseye as python-build
19+
FROM python:3.13-slim-bullseye as python-build
2020

2121
ENV DEBIAN_FRONTEND noninteractive
2222
ENV LANG en_US.UTF-8

0 commit comments

Comments
 (0)