mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-27 10:44:00 +01:00
rebasing to alpine 3.10
This commit is contained in:
parent
0efb90401d
commit
63f592150d
4 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
ARG ALPINE_VER="3.9"
|
||||
ARG ALPINE_VER="3.10"
|
||||
FROM lsiobase/alpine:${ALPINE_VER} as fetch-stage
|
||||
|
||||
############## fetch stage ##############
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ARG ALPINE_VER="3.9"
|
||||
ARG ALPINE_VER="3.10"
|
||||
FROM lsiobase/alpine:arm64v8-${ALPINE_VER} as fetch-stage
|
||||
|
||||
############## fetch stage ##############
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ARG ALPINE_VER="3.9"
|
||||
ARG ALPINE_VER="3.10"
|
||||
FROM lsiobase/alpine:arm32v7-${ALPINE_VER} as fetch-stage
|
||||
|
||||
############## fetch stage ##############
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ param_ports:
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
|
||||
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
||||
- { date: "01.03.19:", desc: "Switch to python3." }
|
||||
- { date: "07.02.19:", desc: "Add fftw-dev build dependency for chromaprint." }
|
||||
|
|
|
|||
Loading…
Reference in a new issue