Skip to content

Commit ec3efcb

Browse files
authored
⬆️ Upgrades add-on base image to 13.1.3 (#149)
1 parent d67022c commit ec3efcb

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:13.0.0
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.3
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.11-r0 \
12+
mariadb-client=10.6.12-r0 \
1313
nginx=1.22.1-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 \
14+
php81-curl=8.1.16-r0 \
15+
php81-fpm=8.1.16-r0 \
16+
php81-gd=8.1.16-r0 \
17+
php81-iconv=8.1.16-r0 \
18+
php81-mbstring=8.1.16-r0 \
19+
php81-mysqli=8.1.16-r0 \
20+
php81-opcache=8.1.16-r0 \
21+
php81-openssl=8.1.16-r0 \
22+
php81-session=8.1.16-r0 \
23+
php81-xml=8.1.16-r0 \
24+
php81-zip=8.1.16-r0 \
25+
php81=8.1.16-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: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
3+
aarch64: ghcr.io/hassio-addons/base:13.1.3
4+
amd64: ghcr.io/hassio-addons/base:13.1.3
5+
armhf: ghcr.io/hassio-addons/base:13.1.3
6+
armv7: ghcr.io/hassio-addons/base:13.1.3
7+
i386: ghcr.io/hassio-addons/base:13.1.3
88
codenotary:
99
base_image: codenotary@frenck.dev
1010
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)