Skip to content

Commit 298b6ed

Browse files
committed
Update version in path
1 parent 9af5a57 commit 298b6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netkan/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ WORKDIR /home/netkan
2929
USER netkan
3030
COPY .gitconfig .
3131
ENV PATH="$PATH:/home/netkan/.local/bin"
32-
ENV PYTHONPATH=/home/netkan/.local/lib/python3.10/site-packages
32+
ENV PYTHONPATH=/home/netkan/.local/lib/python3.12/site-packages
3333
RUN /home/netkan/.local/bin/netkan --help
3434
ENTRYPOINT ["/home/netkan/.local/bin/netkan"]
3535
CMD ["--help"]

0 commit comments

Comments
 (0)