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

This commit is contained in:
maximo tejeda 2024-12-10 18:40:43 -04:00
parent 94b1681a38
commit 9ba30d10b7

View File

@ -13,4 +13,8 @@ RUN go build -o bin/ddns \
FROM alpine AS runner
COPY --from=builder /app/bin/ddns /usr/bin/
RUN apk --no-cache add --no-check-certificate ca-certificates \
&& update-ca-certificates
RUN apk add --no-cache tzdata
ENTRYPOINT /usr/bin/ddns