diff options
| author | artiume <siderite@gmail.com> | 2021-09-21 11:44:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-21 11:44:20 -0400 |
| commit | 9e54ee18291e420260117d95b3adb5f6ca78c237 (patch) | |
| tree | 32968bf0a665a920d48e6a8641f5707c0f2935dc | |
| parent | 7e8557fec699e09a3b067eed5dce3b9599702d64 (diff) | |
update armv7
| -rw-r--r-- | Dockerfile.arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm index 8d4b548bc..5461fbe28 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -14,7 +14,7 @@ RUN apk add curl git zlib zlib-dev autoconf g++ make libpng-dev gifsicle alpine- && mv dist /dist FROM multiarch/qemu-user-static:x86_64-arm as qemu -FROM arm32v7/debian:bullseye-slim as app +FROM arm32v7/debian:stable-slim as app # https://askubuntu.com/questions/972516/debian-frontend-environment-variable ARG DEBIAN_FRONTEND="noninteractive" |
