mirror of
https://github.com/linuxserver/docker-sickgear.git
synced 2026-02-20 01:02:35 +08:00
Rebasing to Alpine 3.11
This commit is contained in:
parent
c40bad93d7
commit
5f8fedb134
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/python:3.10
|
||||
FROM lsiobase/python:3.11
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/python:arm64v8-3.10
|
||||
FROM lsiobase/python:arm64v8-3.11
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/python:arm32v7-3.10
|
||||
FROM lsiobase/python:arm32v7-3.11
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
|
||||
@ -64,6 +64,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
||||
- { 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: "Rebasing to alpine 3.9." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user