Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and HarisHoulis committed Feb 24, 2024
1 parent 583d8e6 commit 4b9c95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: '3'
services:
local-database:
image: "postgres:15.2"
image: "postgres:16.2"
env_file:
- postgres.env # configure postgres
ports:
- "5432:5432"
volumes:
- pg-volume:/var/lib/postgresql/data/
test-database:
image: "postgres:15.2"
image: "postgres:16.2"
env_file:
- postgres.env
ports:
Expand Down

0 comments on commit 4b9c95c

Please sign in to comment.