Skip to content

Commit

Permalink
ttrss:24.10-68da94cc
Browse files Browse the repository at this point in the history
  • Loading branch information
gshang2017 committed Nov 1, 2024
1 parent 7d6ede1 commit 1e1cc98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tt-rss-plugins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ RUN apk add --no-cache git \

FROM ghcr.io/gshang2017/postgres:latest

ARG S6_VER=3.2.0.0
ARG TTRSS_VER=24.09-8fcc68ba
ARG GIT_COMMIT_SHA=8fcc68baf5b0ff964a0a4a045353462586e0e316
ARG S6_VER=3.2.0.2
ARG TTRSS_VER=24.10-68da94cc
ARG GIT_COMMIT_SHA=68da94cc366e2f61191af645e210c572ce1d6c98

ENV UID=1000
ENV GID=1000
Expand Down
2 changes: 1 addition & 1 deletion tt-rss-plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

|名称|版本|说明|
|:-|:-|:-|
|ttrss|plugins-24.09-8fcc68ba|amd64;arm64v8;arm32v7,集成postgres数据库(PostgreSQL-14.1),mercury-parser-api及一些常用插件|
|ttrss|plugins-24.10-68da94cc|amd64;arm64v8;arm32v7,集成postgres数据库(PostgreSQL-14.1),mercury-parser-api及一些常用插件|

#### 版本升级注意:

Expand Down

0 comments on commit 1e1cc98

Please sign in to comment.