Skip to content

Commit 9bc262a

Browse files
authored
prosody: fix building unstable images
1 parent 0cbe0d9 commit 9bc262a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prosody/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ARG JITSI_REPO=jitsi
2+
ARG BASE_TAG=latest
23

3-
FROM ${JITSI_REPO}/base as builder
4+
FROM ${JITSI_REPO}/base:${BASE_TAG} as builder
45

56
RUN \
67
apt-dpkg-wrap apt-get update \
@@ -16,7 +17,7 @@ RUN \
1617
&& luarocks install net-url 0.9-1 \
1718
&& luarocks install luajwtjitsi 2.0-0
1819

19-
FROM ${JITSI_REPO}/base
20+
FROM ${JITSI_REPO}/base:${BASE_TAG}
2021

2122
ENV XMPP_CROSS_DOMAIN="false"
2223

0 commit comments

Comments
 (0)