Skip to content

Commit f1efd76

Browse files
authored
Upgrade add-on base image to 9.1.0 (#23)
1 parent f13b32b commit f1efd76

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

phpmyadmin/Dockerfile

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

@@ -9,19 +9,19 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
99
# hadolint ignore=DL3003
1010
RUN \
1111
apk add --no-cache \
12-
mariadb-client=10.4.13-r0 \
13-
nginx=1.18.0-r0 \
14-
php7-curl=7.3.21-r0 \
15-
php7-fpm=7.3.21-r0 \
16-
php7-gd=7.3.21-r0 \
17-
php7-iconv=7.3.21-r0 \
18-
php7-json=7.3.21-r0 \
19-
php7-mbstring=7.3.21-r0 \
20-
php7-mysqli=7.3.21-r0 \
21-
php7-opcache=7.3.21-r0 \
22-
php7-session=7.3.21-r0 \
23-
php7-zip=7.3.21-r0 \
24-
php7=7.3.21-r0 \
12+
mariadb-client=10.5.8-r0 \
13+
nginx=1.18.0-r13 \
14+
php7-curl=7.4.14-r0 \
15+
php7-fpm=7.4.14-r0 \
16+
php7-gd=7.4.14-r0 \
17+
php7-iconv=7.4.14-r0 \
18+
php7-json=7.4.14-r0 \
19+
php7-mbstring=7.4.14-r0 \
20+
php7-mysqli=7.4.14-r0 \
21+
php7-opcache=7.4.14-r0 \
22+
php7-session=7.4.14-r0 \
23+
php7-zip=7.4.14-r0 \
24+
php7=7.4.14-r0 \
2525
\
2626
&& mkdir /var/www/phpmyadmin \
2727
&& curl -L -s \

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

0 commit comments

Comments
 (0)