Skip to content

Commit 7bdea0b

Browse files
authored
⬆️ Upgrades add-on base image to 13.0.0 (#144)
1 parent f3d11bc commit 7bdea0b

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=ghcr.io/hassio-addons/base:12.2.6
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.0.0
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -9,20 +9,20 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
99
# hadolint ignore=DL3003
1010
RUN \
1111
apk add --no-cache \
12-
mariadb-client=10.6.10-r0 \
12+
mariadb-client=10.6.11-r0 \
1313
nginx=1.22.1-r0 \
14-
php8-curl=8.0.25-r0 \
15-
php8-fpm=8.0.25-r0 \
16-
php8-gd=8.0.25-r0 \
17-
php8-iconv=8.0.25-r0 \
18-
php8-mbstring=8.0.25-r0 \
19-
php8-mysqli=8.0.25-r0 \
20-
php8-opcache=8.0.25-r0 \
21-
php8-openssl=8.0.25-r0 \
22-
php8-session=8.0.25-r0 \
23-
php8-xml=8.0.25-r0 \
24-
php8-zip=8.0.25-r0 \
25-
php8=8.0.25-r0 \
14+
php81-curl=8.1.13-r0 \
15+
php81-fpm=8.1.13-r0 \
16+
php81-gd=8.1.13-r0 \
17+
php81-iconv=8.1.13-r0 \
18+
php81-mbstring=8.1.13-r0 \
19+
php81-mysqli=8.1.13-r0 \
20+
php81-opcache=8.1.13-r0 \
21+
php81-openssl=8.1.13-r0 \
22+
php81-session=8.1.13-r0 \
23+
php81-xml=8.1.13-r0 \
24+
php81-zip=8.1.13-r0 \
25+
php81=8.1.13-r0 \
2626
\
2727
&& mkdir /var/www/phpmyadmin \
2828
&& curl -L -s \

phpmyadmin/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:12.2.6
4-
amd64: ghcr.io/hassio-addons/base:12.2.6
5-
armhf: ghcr.io/hassio-addons/base:12.2.6
6-
armv7: ghcr.io/hassio-addons/base:12.2.6
7-
i386: ghcr.io/hassio-addons/base:12.2.6
3+
aarch64: ghcr.io/hassio-addons/base:13.0.0
4+
amd64: ghcr.io/hassio-addons/base:13.0.0
5+
armhf: ghcr.io/hassio-addons/base:13.0.0
6+
armv7: ghcr.io/hassio-addons/base:13.0.0
7+
i386: ghcr.io/hassio-addons/base:13.0.0
88
codenotary:
99
base_image: codenotary@frenck.dev
1010
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)