Skip to content

Commit 6c6a81b

Browse files
authored
Merge pull request #83 from linuxserver/3.22
2 parents 3c7f25e + 32db6c6 commit 6c6a81b

4 files changed

Lines changed: 22 additions & 20 deletions

File tree

Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
ARG 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 | \

Dockerfile.aarch64

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
ARG 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 | \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ init_diagram: |
8585
"dokuwiki:latest" <- Base Images
8686
# changelog
8787
changelogs:
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."}

0 commit comments

Comments
 (0)