Skip to content

Commit cc2fc53

Browse files
authored
⬆️ Bump tornado from 6.4 to 6.4.2 (#159)
2 parents dba999e + 67ccbf6 commit cc2fc53

File tree

3 files changed

+850
-638
lines changed

3 files changed

+850
-638
lines changed

.github/Dockerfiles/c-pac_api.latest.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023-2024 C-PAC Developers
1+
# Copyright (C) 2023-2025 C-PAC Developers
22

33
# This file is modified from a file that is part of C-PAC.
44

.github/Dockerfiles/c-pac_api.nightly.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023-2024 C-PAC Developers
1+
# Copyright (C) 2023-2025 C-PAC Developers
22

33
# This file is modified from a file that is part of C-PAC.
44

@@ -28,6 +28,7 @@ RUN mkdir -p /home/user/c-pac_user \
2828
python3-pip \
2929
python3.10 \
3030
python-is-python3 \
31+
&& chmod -R ugo+w /usr/local/lib/python3.10 /usr/local \
3132
&& rm -rf /var/lib/apt/lists/*
3233
ENV PYTHONUSERBASE=/home/c-pac_user/.local
3334
ENV PATH=$PATH:/home/c-pac_user/.local/bin \

0 commit comments

Comments
 (0)