@@ -25,18 +25,18 @@ FROM system AS openwisp_python
25
25
ENV PATH="${PATH}:/home/openwisp/.local/bin"
26
26
ENV PYTHONPATH=/home/openwisp/.local/lib/python3.10/site-packages
27
27
28
- RUN pip install --no-cache-dir --user --upgrade pip~=24.0 .0
28
+ RUN pip install --no-cache-dir --user --upgrade pip~=24.1.2 setuptools~=70.3.0 wheel~=0.43 .0
29
29
# TODO: Remove when next version of openwisp-monitoring is released
30
- ARG OPENWISP_MONITORING_SOURCE=https://github.com/openwisp/openwisp-monitoring/tarball/18cc5249de1f057554826f9d6e6ed8683e3f24bc
30
+ ARG OPENWISP_MONITORING_SOURCE=https://github.com/openwisp/openwisp-monitoring/tarball/fb2814b6dd8213ddb45a8497cf41dfb10eee04a2
31
31
# hadolint ignore=DL3013
32
32
RUN pip install --no-cache-dir --user --upgrade ${OPENWISP_MONITORING_SOURCE}
33
- ARG OPENWISP_FIRMWARE_SOURCE=https://github.com/openwisp/openwisp-firmware-upgrader/tarball/5a104a8f06fd566b9c09dddb93005f223df0bb47
33
+ ARG OPENWISP_FIRMWARE_SOURCE=https://github.com/openwisp/openwisp-firmware-upgrader/tarball/178055284b39c4f6d0b166e817a275efb9fc0dc0
34
34
# hadolint ignore=DL3013
35
35
RUN pip install --no-cache-dir --user --upgrade ${OPENWISP_FIRMWARE_SOURCE}
36
- ARG OPENWISP_TOPOLOGY_SOURCE=https://github.com/openwisp/openwisp-network-topology/tarball/d150127e6ee244b2c25aa2d35f804d3d1124bde4
36
+ ARG OPENWISP_TOPOLOGY_SOURCE=https://github.com/openwisp/openwisp-network-topology/tarball/8b9380d1dcdacb180af8e04f489b3e4af7480a0a
37
37
# hadolint ignore=DL3013
38
38
RUN pip install --no-cache-dir --user --upgrade ${OPENWISP_TOPOLOGY_SOURCE}
39
- ARG OPENWISP_RADIUS_SOURCE=https://github.com/openwisp/openwisp-radius/tarball/6a2d98861a8d43e7622d87f7e1af97503c2677f9
39
+ ARG OPENWISP_RADIUS_SOURCE=https://github.com/openwisp/openwisp-radius/tarball/fd8a2300d65d6191d10c62b9ea4e1f56de2bcfe4
40
40
# hadolint ignore=DL3013
41
41
RUN pip install --no-cache-dir --user --upgrade ${OPENWISP_RADIUS_SOURCE}
42
42
@@ -49,7 +49,7 @@ RUN if [ "$OPENWISP_IPAM_SOURCE" != "default" ] ; then \
49
49
pip install --no-cache-dir --user --upgrade ${OPENWISP_IPAM_SOURCE}; \
50
50
fi
51
51
# TODO: Remove when next version of openwisp-controller is released
52
- ARG OPENWISP_CONTROLLER_SOURCE=https://github.com/openwisp/openwisp-controller/tarball/1e641fe094838178556b4db09317065bd28c625c
52
+ ARG OPENWISP_CONTROLLER_SOURCE=https://github.com/openwisp/openwisp-controller/tarball/1a24f57493b1343f4e94409be3c24bdb5b952db1
53
53
# hadolint ignore=DL3013
54
54
RUN if [ "$OPENWISP_CONTROLLER_SOURCE" != "default" ] ; then \
55
55
pip install --no-cache-dir --user --upgrade ${OPENWISP_CONTROLLER_SOURCE}; \
@@ -59,13 +59,13 @@ ARG OPENWISP_NOTIFICATION_SOURCE=default
59
59
RUN if [ "$OPENWISP_NOTIFICATION_SOURCE" != "default" ] ; then \
60
60
pip install --no-cache-dir --user --upgrade ${OPENWISP_NOTIFICATION_SOURCE}; \
61
61
fi
62
- ARG OPENWISP_USERS_SOURCE=https://github.com/openwisp/openwisp-users/tarball/8a39e488b0b955c7322f6df7927d2adb71ce7caf
62
+ ARG OPENWISP_USERS_SOURCE=https://github.com/openwisp/openwisp-users/tarball/1130d5a4cbde0a09f57df638bba45bd53ea27192
63
63
# hadolint ignore=DL3013
64
64
RUN if [ "$OPENWISP_USERS_SOURCE" != "default" ] ; then \
65
65
pip install --no-cache-dir --user --upgrade --force-reinstall ${OPENWISP_USERS_SOURCE}; \
66
66
fi
67
67
# TODO: Remove when next version of openwisp-utils is released
68
- ARG OPENWISP_UTILS_SOURCE="openwisp-utils[celery,rest] @ https://github.com/openwisp/openwisp-utils/tarball/0a7f9214388b634eec437af544fc31c1762a02ce "
68
+ ARG OPENWISP_UTILS_SOURCE="openwisp-utils[celery,rest] @ https://github.com/openwisp/openwisp-utils/tarball/a93483530352e4919901959449476988fef55b33 "
69
69
# hadolint ignore=DL3013
70
70
RUN if [ "$OPENWISP_UTILS_SOURCE" != "default" ] ; then \
71
71
pip install --no-cache-dir --user --upgrade --force-reinstall "${OPENWISP_UTILS_SOURCE}" ; \
0 commit comments