ttrss 73d14338abde1925dc11fce013a939d3704122e7

This commit is contained in:
Mathieu Bruyen
2021-08-04 18:30:32 +02:00
parent 8af50b0642
commit d9979e0762
3 changed files with 15 additions and 143 deletions

View File

@@ -1,4 +1,4 @@
FROM nginx:1.19.7-alpine
FROM nginx:1.21.1-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 861a632ac7c283c55dfd947ed0152d9846fa2ac0 && \
git checkout 73d14338abde1925dc11fce013a939d3704122e7 && \
rm -R .git
WORKDIR /app