Using postgres17.4 for docker
All checks were successful
Rust Build / Check (pull_request) Successful in 49s
Rust Build / Test Suite (pull_request) Successful in 1m12s
Rust Build / Rustfmt (pull_request) Successful in 35s
Rust Build / Clippy (pull_request) Successful in 1m4s
Rust Build / build (pull_request) Successful in 1m51s

This commit is contained in:
2025-04-10 20:57:05 -04:00
parent 558c9ae04f
commit 2e1fd2a38f

View File

@@ -25,7 +25,7 @@ services:
# PostgreSQL Database Service # PostgreSQL Database Service
db: db:
image: postgres:17-alpine # Use an official Postgres image (Alpine variant is smaller) image: postgres:17.4-alpine # Use an official Postgres image (Alpine variant is smaller)
container_name: icarus_auth_db # Optional: Give the container a specific name container_name: icarus_auth_db # Optional: Give the container a specific name
environment: environment:
# These MUST match the user, password, and database name in the DATABASE_URL above # These MUST match the user, password, and database name in the DATABASE_URL above