upgrade to 19.2

This commit is contained in:
2019-05-19 15:58:25 +02:00
parent 89fc131752
commit ac74917b9b

View File

@@ -1,4 +1,4 @@
FROM nginx:1.15.7-alpine FROM nginx:1.15.12-alpine
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
@@ -25,7 +25,7 @@ RUN \
EXPOSE 80 443 EXPOSE 80 443
ADD https://git.tt-rss.org/fox/tt-rss/archive/18.12.tar.gz /tmp/ttrss.tar.gz ADD https://git.tt-rss.org/fox/tt-rss/archive/19.2.tar.gz /tmp/ttrss.tar.gz
COPY CHECKS /app/CHECKS COPY CHECKS /app/CHECKS
COPY nginx.conf /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY php-fpm.conf /etc/php7/php-fpm.d/ttrss.conf COPY php-fpm.conf /etc/php7/php-fpm.d/ttrss.conf