Skip to content

Commit 934c293

Browse files
authored
⬆️ Upgrades add-on base image to v9.2.2 (#104)
1 parent aa11efc commit 934c293

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bookstack/Dockerfile

Lines changed: 2 additions & 2 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.1
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -10,7 +10,7 @@ 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-r14 \
13+
nginx=1.18.0-r15 \
1414
php7-curl=7.4.19-r0 \
1515
php7-dom=7.4.19-r0 \
1616
php7-fileinfo=7.4.19-r0 \

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.1",
4-
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.1",
5-
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.1",
6-
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.1",
7-
"i386": "ghcr.io/hassio-addons/base/i386:9.2.1"
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"
88
}
99
}

0 commit comments

Comments
 (0)