Compare commits

...

1 commit
v0.1.1 ... main

Author SHA1 Message Date
nquidox
934aaf06e4 dependency fix
All checks were successful
/ Make image (push) Successful in 2m10s
2025-10-26 22:14:48 +03:00

View file

@ -24,6 +24,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags="-s -w" -o
FROM alpine:3.22
RUN apk add --no-cache \
vips \
libjpeg-turbo \
libpng \
giflib \