upgrade to 19.8

This commit is contained in:
2019-08-17 12:49:19 +02:00
parent e51868fb63
commit 5260e94007
3 changed files with 24 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
FROM nginx:1.15.12-alpine
FROM nginx:1.17.3-alpine
RUN \
apk add --no-cache \
@@ -25,8 +25,11 @@ RUN \
EXPOSE 80 443
ADD https://git.tt-rss.org/fox/tt-rss/archive/19.2.tar.gz /tmp/ttrss.tar.gz
WORKDIR /app
COPY CHECKS /app/CHECKS
ADD https://git.tt-rss.org/fox/tt-rss/archive/19.8.tar.gz /tmp/ttrss.tar.gz
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY php-fpm.conf /etc/php7/php-fpm.d/ttrss.conf
COPY install-db.php /var/lib/tt-rss-install/install-db.php