Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NOTE: Any claims relating to BAGS, crypto, and similar projects that are not officially endorsed by @kzndotsh on X/GitHub should be deamed as fake.

@yonatankarimish / https://x.com/yonatankarimish/status/2020538652317655253 is 100% fake.
@yonatankarimish / <https://x.com/yonatankarimish/status/2020538652317655253> is 100% fake.

<!-- markdownlint-disable MD041 -->

<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
tux-postgres:
container_name: tux-postgres
hostname: tux-postgres
image: postgres:17-alpine@sha256:bb377b7239d2774ac8cc76f481596ce96c5a6b5e9d141f6d0a0ee371a6e7c0f2
image: postgres:18-alpine@sha256:aa6eb304ddb6dd26df23d05db4e5cb05af8951cda3e0dc57731b771e0ef4ab29
restart: ${RESTART_POLICY:-no}
environment:
POSTGRES_DB: ${POSTGRES_DB:-tuxdb}
Expand Down
Loading