mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 20:26:45 +00:00
@@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /newt
|
|||||||
|
|
||||||
FROM alpine:3.19 AS runner
|
FROM alpine:3.19 AS runner
|
||||||
|
|
||||||
RUN apk --no-cache add ca-certificates
|
RUN apk --no-cache add ca-certificates tzdata
|
||||||
|
|
||||||
COPY --from=builder /newt /usr/local/bin/
|
COPY --from=builder /newt /usr/local/bin/
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|||||||
Reference in New Issue
Block a user