mirror of
https://github.com/zedeus/nitter.git
synced 2025-03-03 17:41:20 +00:00
chore: Revert back to nim 2.0 for alpine ARM64 (#1222)
This commit is contained in:
parent
cc28d21a62
commit
cb334a7d68
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue