avoid spamming trigger and event channels while draining

This commit is contained in:
Dominic Breuker
2022-10-25 22:58:55 +02:00
parent 2bf9f913ae
commit d6985d700f
7 changed files with 31 additions and 18 deletions

View File

@@ -1,3 +1,3 @@
FROM golang:1.18-bullseye
FROM golang:1.19-bullseye
RUN apt-get update && apt-get install -y upx && rm -rf /var/lib/apt/lists/*