diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-08-15 19:32:45 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2021-08-15 19:32:45 -0600 |
| commit | b504d1f724c7786a0f71437aacbdbe04bd831d0a (patch) | |
| tree | 8b155fa02a25f63f1d89b67b41cbe961bbf5cf91 /Dockerfile.arm | |
| parent | 33bf8e34d1c4e5d6d89e21a38d23d2f801079397 (diff) | |
Also update arm, arm64 Dockerfile
Diffstat (limited to 'Dockerfile.arm')
| -rw-r--r-- | Dockerfile.arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm index cc0c79c94..dcd006ff8 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:buster-slim as app +FROM arm32v7/debian:bullseye-slim as app # https://askubuntu.com/questions/972516/debian-frontend-environment-variable ARG DEBIAN_FRONTEND="noninteractive" |
