diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 5a16e9d4..bfc5ba9b 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -1,7 +1,7 @@ FROM node:10-stretch-slim AS builder -ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-static-armel /tini -ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-static-armel.asc /tini.asc +ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-static-arm64 /tini +ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-static-arm64.asc /tini.asc RUN apt-get install gnupg RUN gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 \ && gpg --batch --verify /tini.asc /tini