Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update postgres Docker tag to v12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2024
1 parent d5fa790 commit 32b5c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plausible/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
plausible_db:
restart: unless-stopped
image: postgres:12.19-alpine@sha256:fad109249c9289c52aaa6edfbb3820afda3ad48e299015616c819f18e19501e0
image: postgres:12.20-alpine@sha256:1222d02d236be91cb27610d70aeecd1640132074a421e5e9c167c2758edf077b
volumes:
- postgres:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit 32b5c2c

Please sign in to comment.