Compare commits

..

2 Commits

Author SHA1 Message Date
952c7b8660 tza not needed 2024-12-10 18:48:09 -04:00
9ba30d10b7 ADD tz data to alpine now comes without it
All checks were successful
Generic Build / build (push) Successful in 8s
Build Push Prod / build (push) Successful in 2m27s
2024-12-10 18:40:43 -04:00

View File

@ -13,4 +13,5 @@ RUN go build -o bin/ddns \
FROM alpine AS runner
COPY --from=builder /app/bin/ddns /usr/bin/
ENTRYPOINT /usr/bin/ddns