upgrade ttrss to 61be0b215db850395ef2746a5b7499f39db30662

This commit is contained in:
Mathieu Bruyen
2020-03-21 10:18:13 +01:00
parent 1133660b9f
commit 5a7a39eeb8
2 changed files with 10 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
FROM nginx:1.17.8-alpine
FROM nginx:1.17.9-alpine
RUN \
apk add --no-cache \
@@ -29,7 +29,7 @@ EXPOSE 80 443
RUN \
git clone https://git.tt-rss.org/fox/tt-rss.git /var/lib/tt-rss && \
cd /var/lib/tt-rss && \
git checkout 076c5382fafcaf5ffd2bd41752e8e3c3b20e6af0
git checkout 61be0b215db850395ef2746a5b7499f39db30662
WORKDIR /app
COPY CHECKS /app/CHECKS