Skip to content

Commit f614c43

Browse files
authored
Site: Fix gevent python version (#805)
1 parent 86e1d0b commit f614c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctfd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim AS build
1+
FROM python:3.13.4-slim AS build
22
WORKDIR /opt/CTFd
33

44
RUN apt-get update \

0 commit comments

Comments
 (0)