Skip to content

Commit cb334a7

Browse files
authored
chore: Revert back to nim 2.0 for alpine ARM64 (#1222)
1 parent cc28d21 commit cb334a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.arm64

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.2 as nim
1+
FROM alpine:3.20.6 as nim
22
LABEL maintainer="[email protected]"
33

44
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 \
1313
&& nimble scss \
1414
&& nimble md
1515

16-
FROM alpine:3.21.2
16+
FROM alpine:3.20.6
1717
WORKDIR /src/
1818
RUN apk --no-cache add pcre ca-certificates openssl
1919
COPY --from=nim /src/nitter/nitter ./

0 commit comments

Comments
 (0)