fixup! Add version key to /stats and more arguments
All checks were successful
CI / build (push) Successful in 5m30s

This commit is contained in:
Fijxu 2024-10-29 19:42:29 -03:00
parent 5101648c94
commit 04232374db
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -2,7 +2,7 @@ FROM golang:alpine AS build
WORKDIR /app/
RUN apk add --no-cache build-base libwebp-dev
RUN apk add --no-cache build-base libwebp-dev git
COPY . .