upgrade to 19.8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user