Skip to content

Commit aea98ab

Browse files
authored
Merge pull request #29 from linuxserver/master-3.13
Rebasing to Alpine 3.13
2 parents e70f62e + 41b5920 commit aea98ab

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 ghcr.io/linuxserver/baseimage-alpine-nginx:3.12
1+
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.13
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 ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.12
1+
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.13
22

33
# set version label
44
ARG BUILD_DATE

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.12
1+
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.13
22

33
# set version label
44
ARG BUILD_DATE

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
Upon first install go to `http://$IP:$PORT/install.php` once you have completed the setup, restart the container, login as admin and set "Use nice URLs" in the `admin/Configuration Settings` panel to `.htaccess` and tick `Use slash as namespace separator in URLs` to enable [nice URLs](https://www.dokuwiki.org/rewrite) you will find the webui at `http://$IP:$PORT/`, for more info see [{{ project_name|capitalize }}]({{ project_url }})
4141
# changelog
4242
changelogs:
43+
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }
4344
- { date: "28.09.20:", desc: "Add php7-pdo_sqlite and php7-sqlite3." }
4445
- { date: "23.09.20:", desc: "Fix php-local.ini bug introduced in the prior PR." }
4546
- { date: "14.09.20:", desc: "Rebase to alpine 3.12. Add php7-ctype, php7-curl, php7-pdo_mysql, php7-pdo_pgsql, php7-pecl-imagick and php7-iconv. Bump upload max filesize and post max size to 100MB. Remove deprecated APP_URL env var. Fix breaking addons."}

0 commit comments

Comments
 (0)