mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-21 15:54:36 +01:00
reverting to alpine 3.8 until upstream is fixed
This commit is contained in:
parent
c94b975147
commit
91f5c88eb1
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM lsiobase/alpine:3.9
|
||||
FROM lsiobase/alpine:3.8
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM lsiobase/alpine.arm64:3.9
|
||||
FROM lsiobase/alpine.arm64:3.8
|
||||
|
||||
# Add qemu to build on x86_64 systems
|
||||
COPY qemu-aarch64-static /usr/bin
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM lsiobase/alpine.armhf:3.9
|
||||
FROM lsiobase/alpine.armhf:3.8
|
||||
|
||||
# Add qemu to build on x86_64 systems
|
||||
COPY qemu-arm-static /usr/bin
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ Below are the instructions for updating containers:
|
|||
|
||||
## Versions
|
||||
|
||||
* **01.03.19:** - Rebase to alpine 3.9, use python3.
|
||||
* **01.03.19:** - Switch to python3.
|
||||
* **07.02.19:** - Add fftw-dev build dependency for chromaprint.
|
||||
* **28.01.19:** - Add pipeline logic and multi arch.
|
||||
* **15.08.18:** - Rebase to alpine 3.8, use alpine repo version of pylast.
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ param_ports:
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "01.03.19:", desc: "Rebase to alpine 3.9, use python3." }
|
||||
- { date: "01.03.19:", desc: "Switch to python3." }
|
||||
- { date: "07.02.19:", desc: "Add fftw-dev build dependency for chromaprint." }
|
||||
- { date: "28.01.19:", desc: "Add pipeline logic and multi arch." }
|
||||
- { date: "15.08.18:", desc: "Rebase to alpine 3.8, use alpine repo version of pylast." }
|
||||
|
|
|
|||
Loading…
Reference in a new issue