diff --git a/Dockerfile b/Dockerfile index e99cd42..0cb2679 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.15.7-alpine +FROM nginx:1.15.12-alpine RUN \ apk add --no-cache \ @@ -25,7 +25,7 @@ RUN \ 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 nginx.conf /etc/nginx/conf.d/default.conf COPY php-fpm.conf /etc/php7/php-fpm.d/ttrss.conf