Rebasing to Alpine 3.10

This commit is contained in:
thelamer
2019-06-28 18:55:28 -07:00
parent c6241d5501
commit ff04733dad
4 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.9
FROM lsiobase/alpine:3.10
# set version label
ARG BUILD_DATE

View File

@@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm64v8-3.9
FROM lsiobase/alpine:arm64v8-3.10
# set version label
ARG BUILD_DATE

View File

@@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm32v7-3.9
FROM lsiobase/alpine:arm32v7-3.10
# set version label
ARG BUILD_DATE

View File

@@ -81,6 +81,7 @@ app_setup_block: |
# 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: "22.02.19:", desc: "Rebase to Alpine 3.9, add themes to baseimage, add python and findutils." }
- { date: "22.02.19:", desc: "Catch term and clean exit." }