File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.21
3+ FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.22
44
55# set version label
66ARG BUILD_DATE
@@ -16,15 +16,15 @@ RUN \
1616 echo "**** install runtime packages ****" && \
1717 apk add --no-cache \
1818 imagemagick \
19- php83 -bz2 \
20- php83 -dom \
21- php83 -gd \
22- php83 -ldap \
23- php83 -pdo_mysql \
24- php83 -pdo_pgsql \
25- php83 -pdo_sqlite \
26- php83 -pecl-imagick \
27- php83 -sqlite3 && \
19+ php84 -bz2 \
20+ php84 -dom \
21+ php84 -gd \
22+ php84 -ldap \
23+ php84 -pdo_mysql \
24+ php84 -pdo_pgsql \
25+ php84 -pdo_sqlite \
26+ php84 -pecl-imagick \
27+ php84 -sqlite3 && \
2828 echo "**** install dokuwiki ****" && \
2929 if [ -z ${DOKUWIKI_RELEASE+x} ]; then \
3030 DOKUWIKI_RELEASE=$(wget https://download.dokuwiki.org/rss -O - 2>/dev/null | \
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.21
3+ FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.22
44
55# set version label
66ARG BUILD_DATE
@@ -16,15 +16,15 @@ RUN \
1616 echo "**** install runtime packages ****" && \
1717 apk add --no-cache \
1818 imagemagick \
19- php83 -bz2 \
20- php83 -dom \
21- php83 -gd \
22- php83 -ldap \
23- php83 -pdo_mysql \
24- php83 -pdo_pgsql \
25- php83 -pdo_sqlite \
26- php83 -pecl-imagick \
27- php83 -sqlite3 && \
19+ php84 -bz2 \
20+ php84 -dom \
21+ php84 -gd \
22+ php84 -ldap \
23+ php84 -pdo_mysql \
24+ php84 -pdo_pgsql \
25+ php84 -pdo_sqlite \
26+ php84 -pecl-imagick \
27+ php84 -sqlite3 && \
2828 echo "**** install dokuwiki ****" && \
2929 if [ -z ${DOKUWIKI_RELEASE+x} ]; then \
3030 DOKUWIKI_RELEASE=$(wget https://download.dokuwiki.org/rss -O - 2>/dev/null | \
Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
275275
276276# # Versions
277277
278+ * ** 05.07.25:** - Rebase to Alpine 3.22.
278279* ** 10.05.25:** - Rebase to Alpine 3.21.
279280* ** 31.05.24:** - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
280281* ** 23.01.24:** - Rebase to Alpine 3.19 with php 8.3.
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ init_diagram: |
8585 "dokuwiki:latest" <- Base Images
8686# changelog
8787changelogs :
88+ - {date: "05.07.25:", desc: "Rebase to Alpine 3.22."}
8889 - {date: "10.05.25:", desc: "Rebase to Alpine 3.21."}
8990 - {date: "31.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}
9091 - {date: "23.01.24:", desc: "Rebase to Alpine 3.19 with php 8.3."}
You can’t perform that action at this time.
0 commit comments