Merge pull request #32 from linuxserver/master-3.12

rebasing to alpine 3.12 use python3 dev
This commit is contained in:
aptalca 2020-07-03 10:26:07 -04:00 committed by GitHub
commit ceeed83204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.11
FROM lsiobase/alpine:3.12
# set version label
ARG BUILD_DATE
@ -39,7 +39,7 @@ RUN \
make \
mesa-dev \
openal-soft-dev \
python-dev \
python3-dev \
sqlite-dev && \
apk add --no-cache --virtual=build-dependencies-2 \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \

View File

@ -39,7 +39,7 @@ RUN \
make \
mesa-dev \
openal-soft-dev \
python-dev \
python3-dev \
sqlite-dev && \
apk add --no-cache --virtual=build-dependencies-2 \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \

View File

@ -39,7 +39,7 @@ RUN \
make \
mesa-dev \
openal-soft-dev \
python-dev \
python3-dev \
sqlite-dev && \
apk add --no-cache --virtual=build-dependencies-2 \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community \

View File

@ -221,6 +221,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **02.06.20:** - Rebasing to alpine 3.12.
* **19.12.19:** - Rebasing to alpine 3.11.
* **12.07.19:** - Bugfix to support multiple CLI variables.
* **28.06.19:** - Rebasing to alpine 3.10.

View File

@ -49,6 +49,7 @@ app_setup_block: |
https://hub.docker.com/r/linuxserver/{{ project_name }}/tags
# changelog
changelogs:
- { date: "02.06.20:", desc: "Rebasing to alpine 3.12." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "12.07.19:", desc: "Bugfix to support multiple CLI variables." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }