Skip to content

Commit a0f8bc0

Browse files
pandafynemesifier
authored andcommitted
[deps] Upgraded OpenWISP Modules
1 parent eed18c6 commit a0f8bc0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

images/openwisp_base/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ ENV PATH="${PATH}:/home/openwisp/.local/bin"
3030

3131
# hadolint ignore=DL3013
3232
RUN 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
3535
RUN 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
3838
RUN 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
4141
RUN 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
4444
RUN pip install --no-cache-dir --user --upgrade ${OPENWISP_RADIUS_SOURCE}
4545

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
docker>=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

0 commit comments

Comments
 (0)