summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--19.0-beta/apache/Dockerfile2
-rw-r--r--19.0-beta/fpm-alpine/Dockerfile2
-rw-r--r--19.0-beta/fpm/Dockerfile2
4 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 956eb5dd..ffc0208d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,7 @@ jobs:
- <<: *test-scripts
env: SCRIPT=generate-stackbrew-library.sh
install:
- - wget -O "$HOME/bin/bashbrew" https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64
+ - wget -O "$HOME/bin/bashbrew" https://doi-janky.infosiftr.net/job/bashbrew/job/master/lastSuccessfulBuild/artifact/bashbrew-amd64
- chmod +x "$HOME/bin/bashbrew"
script:
- travis_retry ./generate-stackbrew-library.sh
diff --git a/19.0-beta/apache/Dockerfile b/19.0-beta/apache/Dockerfile
index 753652bd..d85d68c8 100644
--- a/19.0-beta/apache/Dockerfile
+++ b/19.0-beta/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 19.0.0beta5
+ENV NEXTCLOUD_VERSION 19.0.0beta6
RUN set -ex; \
fetchDeps=" \
diff --git a/19.0-beta/fpm-alpine/Dockerfile b/19.0-beta/fpm-alpine/Dockerfile
index 7dc61aeb..cee18bdb 100644
--- a/19.0-beta/fpm-alpine/Dockerfile
+++ b/19.0-beta/fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 19.0.0beta5
+ENV NEXTCLOUD_VERSION 19.0.0beta6
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/19.0-beta/fpm/Dockerfile b/19.0-beta/fpm/Dockerfile
index 15af3e62..9a7d12b0 100644
--- a/19.0-beta/fpm/Dockerfile
+++ b/19.0-beta/fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 19.0.0beta5
+ENV NEXTCLOUD_VERSION 19.0.0beta6
RUN set -ex; \
fetchDeps=" \