Rebasing to Alpine 3.9
This commit is contained in:
parent
ae5b92c54c
commit
7ad907dd75
4 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM lsiobase/alpine.python:3.8
|
||||
FROM lsiobase/alpine.python:3.9
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM lsiobase/alpine.python.arm64:3.8
|
||||
FROM lsiobase/alpine.python.arm64:3.9
|
||||
|
||||
# Add qemu to build on x86_64 systems
|
||||
COPY qemu-aarch64-static /usr/bin
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM lsiobase/alpine.python.armhf:3.8
|
||||
FROM lsiobase/alpine.python.armhf:3.9
|
||||
|
||||
# Add qemu to build on x86_64 systems
|
||||
COPY qemu-arm-static /usr/bin
|
||||
|
|
|
@ -79,6 +79,7 @@ app_setup_nginx_reverse_proxy_block: "Access WebUI at `<your-ip>:8181` and walk
|
|||
# changelog
|
||||
|
||||
changelogs:
|
||||
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
||||
- { date: "16.01.19:", desc: "Add pipeline logic and multi arch." }
|
||||
- { date: "18.08.18:", desc: "Rebase to alpine 3.8." }
|
||||
- { date: "03.04.18:", desc: "Remove forced port and update README." }
|
||||
|
|
Loading…
Add table
Reference in a new issue