Skip to content

Commit 09600d4

Browse files
authored
⬆️ Upgrades add-on base image to 11.0.0 (#115)
1 parent 4453a60 commit 09600d4

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

phpmyadmin/Dockerfile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.2.2
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.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.5.12-r0 \
13-
nginx=1.20.1-r3 \
14-
php8-curl=8.0.12-r0 \
15-
php8-fpm=8.0.12-r0 \
16-
php8-gd=8.0.12-r0 \
17-
php8-iconv=8.0.12-r0 \
18-
php8-mbstring=8.0.12-r0 \
19-
php8-mysqli=8.0.12-r0 \
20-
php8-opcache=8.0.12-r0 \
21-
php8-session=8.0.12-r0 \
22-
php8-xml=8.0.12-r0 \
23-
php8-zip=8.0.12-r0 \
24-
php8=8.0.12-r0 \
12+
mariadb-client=10.6.4-r2 \
13+
nginx=1.20.2-r0 \
14+
php8-curl=8.0.13-r0 \
15+
php8-fpm=8.0.13-r0 \
16+
php8-gd=8.0.13-r0 \
17+
php8-iconv=8.0.13-r0 \
18+
php8-mbstring=8.0.13-r0 \
19+
php8-mysqli=8.0.13-r0 \
20+
php8-opcache=8.0.13-r0 \
21+
php8-session=8.0.13-r0 \
22+
php8-xml=8.0.13-r0 \
23+
php8-zip=8.0.13-r0 \
24+
php8=8.0.13-r0 \
2525
\
2626
&& mkdir /var/www/phpmyadmin \
2727
&& curl -L -s \

phpmyadmin/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base/aarch64:10.2.2
4-
amd64: ghcr.io/hassio-addons/base/amd64:10.2.2
5-
armhf: ghcr.io/hassio-addons/base/armhf:10.2.2
6-
armv7: ghcr.io/hassio-addons/base/armv7:10.2.2
7-
i386: ghcr.io/hassio-addons/base/i386:10.2.2
3+
aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0
4+
amd64: ghcr.io/hassio-addons/base/amd64:11.0.0
5+
armhf: ghcr.io/hassio-addons/base/armhf:11.0.0
6+
armv7: ghcr.io/hassio-addons/base/armv7:11.0.0
7+
i386: ghcr.io/hassio-addons/base/i386:11.0.0

0 commit comments

Comments
 (0)