add betteruptime support
All checks were successful
Build and Push Docker Image to GHCR / build-and-push (push) Successful in 16m31s

This commit is contained in:
Zoe
2026-01-17 23:50:07 -06:00
parent 3ffd439f88
commit d0d89a1a76
5 changed files with 118 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ RUN apt update && apt install -y upx unzip
RUN curl -fsSL https://bun.com/install | BUN_INSTALL=/usr bash
RUN go install github.com/juls0730/zqdgr@latest
RUN go install github.com/juls0730/zqdgr@v0.0.6-1
WORKDIR /app