mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-05 19:45:36 -05:00
chore: Revert back to nim 2.0 for alpine ARM64 (#1222)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.21.2 as nim
|
FROM alpine:3.20.6 as nim
|
||||||
LABEL maintainer="setenforce@protonmail.com"
|
LABEL maintainer="setenforce@protonmail.com"
|
||||||
|
|
||||||
RUN apk --no-cache add libsass-dev pcre gcc git libc-dev nim nimble
|
RUN apk --no-cache add libsass-dev pcre gcc git libc-dev nim nimble
|
||||||
@@ -13,7 +13,7 @@ RUN nimble build -d:danger -d:lto -d:strip --mm:refc \
|
|||||||
&& nimble scss \
|
&& nimble scss \
|
||||||
&& nimble md
|
&& nimble md
|
||||||
|
|
||||||
FROM alpine:3.21.2
|
FROM alpine:3.20.6
|
||||||
WORKDIR /src/
|
WORKDIR /src/
|
||||||
RUN apk --no-cache add pcre ca-certificates openssl
|
RUN apk --no-cache add pcre ca-certificates openssl
|
||||||
COPY --from=nim /src/nitter/nitter ./
|
COPY --from=nim /src/nitter/nitter ./
|
||||||
|
|||||||
Reference in New Issue
Block a user