aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile.arm32v7
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-05-29 09:46:05 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-05-29 09:46:05 +0200
commit95d73348e5dd8fd0fbb1b6747c58b346ecf772ad (patch)
treed60d4cd006d12d43871c0069fa3de6aefff3befe /Dockerfile.arm32v7
parentd4001281d926bf3b004f1af5f9c0eeacee07325e (diff)
downloadhomer-95d73348e5dd8fd0fbb1b6747c58b346ecf772ad.tar.gz
homer-95d73348e5dd8fd0fbb1b6747c58b346ecf772ad.tar.zst
homer-95d73348e5dd8fd0fbb1b6747c58b346ecf772ad.zip
Updates
Diffstat (limited to 'Dockerfile.arm32v7')
-rw-r--r--Dockerfile.arm32v72
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7
index 59a2639..270d7b5 100644
--- a/Dockerfile.arm32v7
+++ b/Dockerfile.arm32v7
@@ -17,7 +17,7 @@ ARG QEMU_VERSION="v4.2.0-7"
17RUN wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-arm-static && chmod +x qemu-arm-static 17RUN wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-arm-static && chmod +x qemu-arm-static
18 18
19# production stage 19# production stage
20FROM arm32v7/alpine:3.11 20FROM arm32v7/alpine:3.16
21 21
22COPY --from=qemu qemu-arm-static /usr/bin/ 22COPY --from=qemu qemu-arm-static /usr/bin/
23 23