diff --git a/loki/Dockerfile b/loki/Dockerfile index 74ecffb..f254b06 100644 --- a/loki/Dockerfile +++ b/loki/Dockerfile @@ -12,7 +12,7 @@ RUN set -eux; \ apk update; \ \ apk add --no-cache --virtual .build-deps \ - unzip=6.0-r9 \ + unzip \ ; \ APKARCH="$(apk --print-arch)"; \ case "$APKARCH" in \