Skip to content

Commit bc95cfc

Browse files
Merge pull request #4 from codefresh-io/ARM-arc
Update Dockerfile.aarch64
2 parents 854b694 + 7fc3e76 commit bc95cfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM multiarch/alpine:aarch64-v3.5
1+
FROM arm64v8/alpine:3.7
22
RUN apk add --no-cache git bash
33

44
# install git-lfs
55
RUN apk add --no-cache --virtual deps openssl && \
6-
wget -qO- https://github.com/git-lfs/git-lfs/releases/download/v2.3.4/git-lfs-linux-amd64-2.3.4.tar.gz | tar xz && \
7-
mv git-lfs-*/git-lfs /usr/bin/ && \
6+
wget -qO- https://github.com/git-lfs/git-lfs/releases/download/v2.6.1/git-lfs-linux-arm64-v2.6.1.tar.gz | tar xz && \
7+
mv git-lfs /usr/bin/ && \
88
rm -rf git-lfs-* && \
99
git lfs install && \
1010
apk del deps

0 commit comments

Comments
 (0)