Skip to content

Commit

Permalink
Update postgres Docker tag to v14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent c131df3 commit 0c1d2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.0'
services:
postgres:
image: postgres:14.1-alpine
image: postgres:14.12-alpine
volumes:
- ./postgres/mattermost.sql:/docker-entrypoint-initdb.d/00-mattermost.sql
- ./postgres/setup-synapse.sql:/docker-entrypoint-initdb.d/01-setup-synapse.sql
Expand Down

0 comments on commit 0c1d2e8

Please sign in to comment.