upgrade ttrss to 82d3c653a73714d030e35b76d37d97c2af715432
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM nginx:1.19.3-alpine
|
||||
FROM nginx:1.19.6-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 83e08e0e204696766fe78f2bd548cdd41d9e6f9f
|
||||
git checkout 82d3c653a73714d030e35b76d37d97c2af715432
|
||||
|
||||
WORKDIR /app
|
||||
COPY CHECKS /app/CHECKS
|
||||
|
||||
Reference in New Issue
Block a user