chore: postgres version bump

This commit is contained in:
Jack Wills
2026-02-23 14:55:07 +00:00
parent 48a89bef12
commit 340c85aa10
+1 -1
View File
@@ -4,7 +4,7 @@ networks:
name: oxker-examaple-net name: oxker-examaple-net
services: services:
postgres: postgres:
image: postgres:17-alpine image: postgres:18-alpine
container_name: postgres container_name: postgres
environment: environment:
- POSTGRES_PASSWORD=never_use_this_password_in_production - POSTGRES_PASSWORD=never_use_this_password_in_production