Skip to content

Commit

Permalink
Merge pull request #3 from zedeus/master
Browse files Browse the repository at this point in the history
nim version min require + update dockerfile arm (zedeus#1053)
  • Loading branch information
kristobalus committed Dec 14, 2023
2 parents d7ca353 + b62d73d commit 9ef3dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.17 as nim
FROM alpine:3.18 as nim
LABEL maintainer="[email protected]"

RUN apk --no-cache add gcc git libc-dev libsass-dev "nim=1.6.8-r0" nimble pcre
RUN apk --no-cache add gcc git libc-dev libsass-dev "nim=1.6.14-r0" nimble pcre

WORKDIR /src/nitter

Expand All @@ -13,7 +13,7 @@ RUN nimble build -d:danger -d:lto -d:strip \
&& nimble scss \
&& nimble md

FROM alpine:3.17
FROM alpine:3.18
WORKDIR /src/
RUN apk --no-cache add ca-certificates pcre openssl1.1-compat
COPY --from=nim /src/nitter/nitter ./
Expand Down
2 changes: 1 addition & 1 deletion nitter.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin = @["nitter"]

# Dependencies

requires "nim >= 1.4.8"
requires "nim >= 1.6.10"
requires "jester#baca3f"
requires "karax#5cf360c"
requires "sass#7dfdd03"
Expand Down

0 comments on commit 9ef3dcd

Please sign in to comment.