Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit d153a15

Browse files
authored
Merge pull request #42 from linuxserver/master-3.9
Rebasing to Alpine 3.9
2 parents 7bda63f + 06c23e0 commit d153a15

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine.python:3.8
1+
FROM lsiobase/alpine.python:3.9
22

33
# set version label
44
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine.python.arm64:3.8
1+
FROM lsiobase/alpine.python.arm64:3.9
22

33
# Add qemu to build on x86_64 systems
44
COPY qemu-aarch64-static /usr/bin

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine.python.armhf:3.8
1+
FROM lsiobase/alpine.python.armhf:3.9
22

33
# Add qemu to build on x86_64 systems
44
COPY qemu-arm-static /usr/bin

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ app_setup_block: |
4040
4141
# changelog
4242
changelogs:
43+
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
4344
- { date: "14.01.19:", desc: "Multi-arch builds." }
4445
- { date: "16.08.18:", desc: "Rebase to alpine 3.8." }
4546
- { date: "06.11.17:", desc: "Rebase to alpine 3.7." }

0 commit comments

Comments
 (0)