Updated postgresql
Go / build (pull_request) Successful in 7s
Go / Test (pull_request) Successful in 31s

This commit is contained in:
2026-05-29 17:28:05 -04:00
parent 546e7e68d6
commit 73f75be348
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:18.3-alpine
image: postgres:18.4-alpine
env:
POSTGRES_USER: ${{ secrets.DB_TEST_USER }}
POSTGRES_PASSWORD: ${{ secrets.DB_TEST_PASSWORD }}
+1 -1
View File
@@ -18,7 +18,7 @@ services:
# PostgreSQL Database Service
auth_db:
image: postgres:18.3-alpine # Use an official Postgres image (Alpine variant is smaller)
image: postgres:18.4-alpine # Use an official Postgres image (Alpine variant is smaller)
container_name: textsender_auth_db # Optional: Give the container a specific name
environment:
# These MUST match the user, password, and database name in the DATABASE_URL above