diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-10-03 14:04:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-03 14:04:45 +0200 |
| commit | c60428f869fec7cc0c407ec58a4a111e2908a63d (patch) | |
| tree | 5722a50a8872decaafb9debc9ff4763d4c945821 /Dockerfile.arm64 | |
| parent | 4fb4ceab046edafe6f7d72ba7ff5f91dd307d885 (diff) | |
| parent | 5b1813b699985007f21a0b6dd3409cbf72890933 (diff) | |
Merge pull request #6580 from Artiume/patch-1
Diffstat (limited to 'Dockerfile.arm64')
| -rw-r--r-- | Dockerfile.arm64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index aa6a98892..4ae98de32 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -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-aarch64 as qemu -FROM arm64v8/debian:bullseye-slim as app +FROM arm64v8/debian:stable-slim as app # https://askubuntu.com/questions/972516/debian-frontend-environment-variable ARG DEBIAN_FRONTEND="noninteractive" |
