updated wallabag to 2.6.13

This commit is contained in:
Markus 2025-09-08 22:35:31 +02:00
parent 1d1da7361f
commit 2a894d5e20
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
"id": "wallabag", "id": "wallabag",
"description": " self hostable application for saving web pages: Save and classify articles. Read them later.", "description": " self hostable application for saving web pages: Save and classify articles. Read them later.",
"tipi_version": 1, "tipi_version": 1,
"version": "2.6.12", "version": "2.6.13",
"categories": ["utilities","media"], "categories": ["utilities","media"],
"short_desc": "read-it-later app", "short_desc": "read-it-later app",
"author": "wallabag", "author": "wallabag",

View file

@ -2,7 +2,7 @@
"services": [ "services": [
{ {
"name": "wallabag", "name": "wallabag",
"image": "wallabag/wallabag:2.6.12", "image": "wallabag/wallabag:2.6.13",
"isMain": true, "isMain": true,
"environment": { "environment": {
"SYMFONY__ENV__DATABASE_DRIVER": "pdo_sqlite", "SYMFONY__ENV__DATABASE_DRIVER": "pdo_sqlite",