Skip to content

Commit

Permalink
Updated postgres to same as on prod, for dev
Browse files Browse the repository at this point in the history
CI runs postgres:latest, didn't change that, now.
  • Loading branch information
olleolleolle committed Jun 20, 2024
1 parent f6a8f5c commit 45a4b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docker_services:
postgres:
image: "postgres:14.7-alpine" # Keep in sync with .github/workflows/ci.yml
version: "14.7"
image: "postgres:14.12-alpine" # Keep in sync with .github/workflows/ci.yml
version: "14.12"
options: "-e POSTGRES_PASSWORD=dev --publish 5432 -v $DATABASE_ROOT/pipeline/postgres:/var/lib/postgresql/data"
redis:
image: "redis:6.2.6-alpine" # Keep in sync with .github/workflows/ci.yml
Expand Down

0 comments on commit 45a4b37

Please sign in to comment.