mirror of
https://github.com/zedeus/nitter.git
synced 2026-05-05 12:26:15 +02:00
chore: Revert back to nim 2.0 for alpine ARM64 (#1222)
This commit is contained in:
parent
cc28d21a62
commit
cb334a7d68
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.21.2 as nim
|
||||
FROM alpine:3.20.6 as nim
|
||||
LABEL maintainer="setenforce@protonmail.com"
|
||||
|
||||
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 md
|
||||
|
||||
FROM alpine:3.21.2
|
||||
FROM alpine:3.20.6
|
||||
WORKDIR /src/
|
||||
RUN apk --no-cache add pcre ca-certificates openssl
|
||||
COPY --from=nim /src/nitter/nitter ./
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user