chore: upgrade pds to 0.4.5009 #3

Open
autonomic-bot wants to merge 3 commits from upgrade-0.3.1+v0.4.5001 into main
3 changed files with 4 additions and 4 deletions
Showing only changes of commit a562c6eca5 - Show all commits

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: ghcr.io/bluesky-social/pds:0.4.5006
image: ghcr.io/bluesky-social/pds:0.4.5009
networks:
- internal
environment:
@ -36,7 +36,7 @@ services:
max_attempts: 5
labels:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.3.1+v0.4.5006"
- "coop-cloud.${STACK_NAME}.version=0.3.1+v0.4.5009"
- "backupbot.backup=true"
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000/xrpc/_health"]