Skip to content

Commit 0fddec2

Browse files
authored
⬆ Update base image and dependencies (#108)
* ⬆ Update base image to v10.0.0 * ⬆ Update php to v7.4.20-r0 * ⬆ Update nginx to v1.20.1-r3 * ⬆ Update composer to v2.1.3-r0
1 parent 934c293 commit 0fddec2

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

bookstack/Dockerfile

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.0
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -10,26 +10,26 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1010
RUN \
1111
apk add --no-cache \
1212
mariadb-client=10.5.9-r0\
13-
nginx=1.18.0-r15 \
14-
php7-curl=7.4.19-r0 \
15-
php7-dom=7.4.19-r0 \
16-
php7-fileinfo=7.4.19-r0 \
17-
php7-fpm=7.4.19-r0 \
18-
php7-gd=7.4.19-r0 \
19-
php7-json=7.4.19-r0 \
20-
php7-ldap=7.4.19-r0 \
21-
php7-mbstring=7.4.19-r0 \
22-
php7-mysqlnd=7.4.19-r0 \
23-
php7-openssl=7.4.19-r0 \
24-
php7-pdo_mysql=7.4.19-r0 \
25-
php7-session=7.4.19-r0 \
26-
php7-simplexml=7.4.19-r0 \
27-
php7-tokenizer=7.4.19-r0 \
28-
php7-xml=7.4.19-r0 \
29-
php7=7.4.19-r0 \
13+
nginx=1.20.1-r3 \
14+
php7-curl=7.4.20-r0 \
15+
php7-dom=7.4.20-r0 \
16+
php7-fileinfo=7.4.20-r0 \
17+
php7-fpm=7.4.20-r0 \
18+
php7-gd=7.4.20-r0 \
19+
php7-json=7.4.20-r0 \
20+
php7-ldap=7.4.20-r0 \
21+
php7-mbstring=7.4.20-r0 \
22+
php7-mysqlnd=7.4.20-r0 \
23+
php7-openssl=7.4.20-r0 \
24+
php7-pdo_mysql=7.4.20-r0 \
25+
php7-session=7.4.20-r0 \
26+
php7-simplexml=7.4.20-r0 \
27+
php7-tokenizer=7.4.20-r0 \
28+
php7-xml=7.4.20-r0 \
29+
php7=7.4.20-r0 \
3030
\
3131
&& apk add --no-cache --virtual .build-dependencies \
32-
composer=2.0.13-r0 \
32+
composer=2.1.3-r0 \
3333
\
3434
&& curl -J -L -o /tmp/bookstack.tar.gz \
3535
https://github.com/BookStackApp/BookStack/archive/v21.05.tar.gz \

bookstack/build.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"build_from": {
3-
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.2",
4-
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.2",
5-
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.2",
6-
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.2",
7-
"i386": "ghcr.io/hassio-addons/base/i386:9.2.2"
3+
"aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.0",
4+
"amd64": "ghcr.io/hassio-addons/base/amd64:10.0.0",
5+
"armhf": "ghcr.io/hassio-addons/base/armhf:10.0.0",
6+
"armv7": "ghcr.io/hassio-addons/base/armv7:10.0.0",
7+
"i386": "ghcr.io/hassio-addons/base/i386:10.0.0"
88
}
99
}

0 commit comments

Comments
 (0)