Skip to content

Commit c6a2617

Browse files
authored
⬆️ Upgrades add-on base image to v9.1.5 (#60)
1 parent 9ee2170 commit c6a2617

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bookstack/Dockerfile

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

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.1.2",
4-
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.2",
5-
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.2",
6-
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.2",
7-
"i386": "ghcr.io/hassio-addons/base/i386:9.1.2"
3+
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.5",
4+
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.5",
5+
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.5",
6+
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.5",
7+
"i386": "ghcr.io/hassio-addons/base/i386:9.1.5"
88
}
99
}

0 commit comments

Comments
 (0)