From 5a950c2238f166aef7613aef9b345b046fb825a4 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Tue, 16 Sep 2025 08:52:27 +0200 Subject: [PATCH] Docker compose sample: fix major Bugsink version at 2 In #207 we introduced the idea of pinning; but now that we're about to release 2.0, let's immediately update the pin --- docker-compose-sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-sample.yaml b/docker-compose-sample.yaml index 8247c02..ba4945a 100644 --- a/docker-compose-sample.yaml +++ b/docker-compose-sample.yaml @@ -16,7 +16,7 @@ services: timeout: 5s web: - image: bugsink/bugsink:1 + image: bugsink/bugsink:2 depends_on: db: condition: service_healthy