Merge pull request #25 from linuxserver/master-3.13

Rebasing to Alpine 3.13
This commit is contained in:
aptalca 2021-02-10 10:48:12 -05:00 committed by GitHub
commit e60c163d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.12
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
# set version label
ARG BUILD_DATE
@ -11,6 +11,7 @@ RUN \
apk add --no-cache --virtual=build-dependencies \
autoconf \
automake \
cargo \
freetype-dev \
g++ \
gcc \

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.12
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.13
# set version label
ARG BUILD_DATE
@ -11,6 +11,7 @@ RUN \
apk add --no-cache --virtual=build-dependencies \
autoconf \
automake \
cargo \
freetype-dev \
g++ \
gcc \

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.12
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13
# set version label
ARG BUILD_DATE
@ -11,6 +11,7 @@ RUN \
apk add --no-cache --virtual=build-dependencies \
autoconf \
automake \
cargo \
freetype-dev \
g++ \
gcc \

View File

@ -217,6 +217,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **10.02.21:** - Rebasing to alpine 3.13.
* **26.10.20:** - Rebase to alpine 3.12, python3, change upstream project
* **19.12.19:** - Rebasing to alpine 3.11.
* **28.06.19:** - Rebasing to alpine 3.10.

View File

@ -42,6 +42,7 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog
changelogs:
- { date: "10.02.21:", desc: "Rebasing to alpine 3.13." }
- { date: "26.10.20:", desc: "Rebase to alpine 3.12, python3, change upstream project" }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }