Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15
Browse files Browse the repository at this point in the history
Signed-off-by: Chaotic Temeraire <actions@chaotic.cx>
  • Loading branch information
renovate[bot] authored Sep 9, 2023
1 parent 0cb7458 commit 0b62572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/proxied/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ services:
NO_PROXY: garudalinux.org,piped-api.garudalinux.org,piped.garudalinux.org,piped-proxy.garudalinux.org,lbry.com,api.lbry.com
restart: always
piped_postgres:
image: postgres:13.12-alpine
image: postgres:15.4-alpine
container_name: piped_postgres
volumes: [./piped/db:/var/lib/postgresql/data]
environment:
Expand Down

0 comments on commit 0b62572

Please sign in to comment.