ttrss upgrade to 861a632ac7c283c55dfd947ed0152d9846fa2ac0

This commit is contained in:
2021-02-21 17:20:40 +01:00
parent 37476dc557
commit 2f44b374eb
2 changed files with 2 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
FROM nginx:1.19.6-alpine
FROM nginx:1.19.7-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 82d3c653a73714d030e35b76d37d97c2af715432
git checkout 861a632ac7c283c55dfd947ed0152d9846fa2ac0
WORKDIR /app
COPY CHECKS /app/CHECKS