Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit fcd4f68

Browse files
committed
update ocflib, actually use py3.11
1 parent 68f7f61 commit fcd4f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN pip install virtualenv
1616
RUN install -d --owner=nobody /opt/ircbot /opt/ircbot/venv
1717

1818
COPY requirements.txt /opt/ircbot/
19-
RUN virtualenv -ppython3.12 /opt/ircbot/venv \
19+
RUN virtualenv -ppython3.11 /opt/ircbot/venv \
2020
&& /opt/ircbot/venv/bin/pip install \
2121
-r /opt/ircbot/requirements.txt
2222

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ldap3==2.9
3434
markovify==0.9.0
3535
MarkupSafe==1.1.1
3636
more-itertools==8.7.0
37-
ocflib==2021.1.30.13.10
37+
ocflib==2023.9.2.12.51
3838
pexpect==4.8.0
3939
ply==3.11
4040
prompt-toolkit==3.0.16

0 commit comments

Comments
 (0)