File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ ENV PATH="${PATH}:/home/openwisp/.local/bin"
3030
3131# hadolint ignore=DL3013
3232RUN pip install --no-cache-dir --user --upgrade pip setuptools wheel
33- ARG OPENWISP_MONITORING_SOURCE="https://github.com/ openwisp/openwisp -monitoring/tarball/ 1.2"
33+ ARG OPENWISP_MONITORING_SOURCE="openwisp-monitoring~= 1.2.0 "
3434# hadolint ignore=DL3013
3535RUN pip install --no-cache-dir --user --upgrade ${OPENWISP_MONITORING_SOURCE}
36- ARG OPENWISP_FIRMWARE_SOURCE="https://github.com/ openwisp/openwisp -firmware-upgrader/tarball/ 1.2"
36+ ARG OPENWISP_FIRMWARE_SOURCE="openwisp-firmware-upgrader~= 1.2.0 "
3737# hadolint ignore=DL3013
3838RUN pip install --no-cache-dir --user --upgrade ${OPENWISP_FIRMWARE_SOURCE}
39- ARG OPENWISP_TOPOLOGY_SOURCE="https://github.com/ openwisp/openwisp -network-topology/tarball/ 1.2"
39+ ARG OPENWISP_TOPOLOGY_SOURCE="openwisp-network-topology~= 1.2.0 "
4040# hadolint ignore=DL3013
4141RUN pip install --no-cache-dir --user --upgrade ${OPENWISP_TOPOLOGY_SOURCE}
42- ARG OPENWISP_RADIUS_SOURCE="https://github.com/ openwisp/openwisp -radius/tarball/ 1.2"
42+ ARG OPENWISP_RADIUS_SOURCE="openwisp-radius~= 1.2.0 "
4343# hadolint ignore=DL3013
4444RUN pip install --no-cache-dir --user --upgrade ${OPENWISP_RADIUS_SOURCE}
4545
Original file line number Diff line number Diff line change 11docker>=7.1.0,<7.2.0
2- openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/ 1.2
2+ openwisp-utils[qa,selenium]~= 1.2.0
You can’t perform that action at this time.
0 commit comments