rebasing to alpine 3.10

This commit is contained in:
thelamer 2019-06-29 09:17:53 -07:00
parent 0efb90401d
commit 63f592150d
4 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
ARG ALPINE_VER="3.9"
ARG ALPINE_VER="3.10"
FROM lsiobase/alpine:${ALPINE_VER} as fetch-stage
############## fetch stage ##############

View file

@ -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 ##############

View file

@ -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 ##############

View file

@ -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." }