build: default to stable

This commit is contained in:
Saúl Ibarra Corretgé 2018-05-03 08:50:13 +02:00
parent 822cca7d39
commit d2300d0bca
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FORCE_REBUILD ?= 0
JITSI_RELEASE ?= "unstable"
JITSI_RELEASE ?= "stable"
ifeq ($(FORCE_REBUILD), 1)
BUILD_ARGS = "--no-cache"

View File

@ -1,6 +1,6 @@
FROM debian:stretch-slim
ARG JITSI_RELEASE=unstable
ARG JITSI_RELEASE=stable
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.21.2.2/s6-overlay-amd64.tar.gz /tmp/s6-overlay.tar.gz
ADD https://download.jitsi.org/jitsi-key.gpg.key /tmp/jitsi.key