Skip to content

Commit 01fb6a7

Browse files
committed
update db version
1 parent 4de1c04 commit 01fb6a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
db:
33
container_name: db_container_${MODE}
4-
image: postgres:14.0
4+
image: postgres:17
55
restart: always
66
volumes:
77
- ~/data/db/${DB_NAME}:/var/lib/postgresql/data

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ vk_api
22
pydub
33
psycopg2-binary
44
environs
5-
yt_dlp==2025.01.15
5+
yt_dlp==2025.01.26

0 commit comments

Comments
 (0)