Skip to content

Commit

Permalink
Update docker.io/postgres Docker tag to v13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot committed Oct 28, 2024
1 parent f9b1769 commit 73ba21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ingestion_server
- api
- catalog_indexer_worker
image: docker.io/postgres:13.10-alpine
image: docker.io/postgres:13.16-alpine
ports:
- "50254:5432"
volumes:
Expand Down Expand Up @@ -50,7 +50,7 @@ services:
plausible_db:
profiles:
- frontend
image: docker.io/postgres:13.10-alpine
image: docker.io/postgres:13.16-alpine
expose:
- "5432"
volumes:
Expand Down

0 comments on commit 73ba21d

Please sign in to comment.