Skip to content

Commit

Permalink
Fix ARM64 Dockerfile versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Nov 8, 2023
1 parent 5e18864 commit eaedd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18 as nim
LABEL maintainer="[email protected]"

RUN apk --no-cache add libsass-dev pcre gcc git libc-dev "nim=1.6.16-r0" "nimble=0.13.1-r3"
RUN apk --no-cache add libsass-dev pcre gcc git libc-dev "nim=1.6.14-r0" "nimble=0.13.1-r2"

WORKDIR /src/nitter

Expand Down

0 comments on commit eaedd2a

Please sign in to comment.