mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
rebasing to alpine 3.9
This commit is contained in:
parent
364c0b5ba0
commit
410e525de7
5 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM lsiobase/alpine:3.8
|
FROM lsiobase/alpine:3.9
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM lsiobase/alpine:arm64v8-3.8
|
FROM lsiobase/alpine:arm64v8-3.9
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM lsiobase/alpine:arm32v7-3.8
|
FROM lsiobase/alpine:arm32v7-3.9
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|
|
||||||
|
|
@ -166,6 +166,7 @@ Below are the instructions for updating containers:
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **12.04.19:** - Rebase to Alpine 3.9.
|
||||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||||
* **11.03.19:** - Swap copyartifacts for extrafiles, update endpoints with nightly tag.
|
* **11.03.19:** - Swap copyartifacts for extrafiles, update endpoints with nightly tag.
|
||||||
* **01.03.19:** - Switch to python3.
|
* **01.03.19:** - Switch to python3.
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ param_ports:
|
||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { date: "12.04.19:", desc: "Rebase to Alpine 3.9." }
|
||||||
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
||||||
- { date: "11.03.19:", desc: "Swap copyartifacts for extrafiles, update endpoints with nightly tag." }
|
- { date: "11.03.19:", desc: "Swap copyartifacts for extrafiles, update endpoints with nightly tag." }
|
||||||
- { date: "01.03.19:", desc: "Switch to python3." }
|
- { date: "01.03.19:", desc: "Switch to python3." }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue