summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2020-05-01 16:45:31 +0200
committerGitHub <noreply@github.com>2020-05-01 16:45:31 +0200
commita414643f601644647e596805967e5b0faffbec95 (patch)
treefa22d715e665c5b1d77b77e36cc4ed7d88476fc3
parentd6df1446c92a1bd39b8202724812cc97c0a99b9a (diff)
parent0b6a0991bf40d3edae1053a453d626eb62aabed6 (diff)
Merge pull request #1097 from tilosp/bot/update
Update nextcloud to 19.0.0beta6
-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=" \