Merge pull request #5 from linuxserver/develop-3.14

rebase develop to 3.14
This commit is contained in:
aptalca 2021-06-17 16:32:02 -04:00 committed by GitHub
commit afe508bbcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.13
FROM ghcr.io/linuxserver/baseimage-alpine:3.14
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.13
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.14
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.14
# set version label
ARG BUILD_DATE

View File

@ -231,4 +231,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **17.06.21:** - Rebase to alpine 3.14.
* **05.04.21:** - Initial Release.

View File

@ -47,4 +47,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "17.06.21:", desc: "Rebase to alpine 3.14." }
- { date: "05.04.21:", desc: "Initial Release." }