]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile.arm32v7
Merge pull request #57 from Phill93/disable-directory-listing
[github/bastienwirtz/homer.git] / Dockerfile.arm32v7
index 12322d41019edc3010c4128385d85bc8049bab4e..3b182437fc1a2a970df6e6822f41cc2604653a52 100644 (file)
@@ -1,6 +1,6 @@
 FROM alpine as qemu
 
-ARG QEMU_VERSION "v4.2.0-7"
+ARG QEMU_VERSION="v4.2.0-7"
 
 RUN wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-arm-static && chmod +x qemu-arm-static