Browse Source

build: default to stable

Saúl Ibarra Corretgé 7 years ago
parent
commit
d2300d0bca
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Makefile
  2. 1 1
      base/Dockerfile

+ 1 - 1
Makefile

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

+ 1 - 1
base/Dockerfile

@@ -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