File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1- ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.1
1+ ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.2
22# hadolint ignore=DL3006
33FROM ${BUILD_FROM}
44
@@ -11,22 +11,22 @@ RUN \
1111 apk add --no-cache \
1212 mariadb-client=10.6.12-r0 \
1313 nginx=1.22.1-r0 \
14- php81-curl=8.1.15 -r0\
15- php81-dom=8.1.15 -r0\
16- php81-fileinfo=8.1.15 -r0\
17- php81-fpm=8.1.15 -r0\
18- php81-gd=8.1.15 -r0\
19- php81-ldap=8.1.15 -r0\
20- php81-mbstring=8.1.15 -r0\
21- php81-mysqlnd=8.1.15 -r0\
22- php81-openssl=8.1.15 -r0\
23- php81-pdo_mysql=8.1.15 -r0\
24- php81-session=8.1.15 -r0\
25- php81-simplexml=8.1.15 -r0\
26- php81-tokenizer=8.1.15 -r0\
27- php81-xml=8.1.15 -r0\
28- php81-xmlwriter=8.1.15 -r0\
29- php81=8.1.15 -r0\
14+ php81-curl=8.1.16 -r0\
15+ php81-dom=8.1.16 -r0\
16+ php81-fileinfo=8.1.16 -r0\
17+ php81-fpm=8.1.16 -r0\
18+ php81-gd=8.1.16 -r0\
19+ php81-ldap=8.1.16 -r0\
20+ php81-mbstring=8.1.16 -r0\
21+ php81-mysqlnd=8.1.16 -r0\
22+ php81-openssl=8.1.16 -r0\
23+ php81-pdo_mysql=8.1.16 -r0\
24+ php81-session=8.1.16 -r0\
25+ php81-simplexml=8.1.16 -r0\
26+ php81-tokenizer=8.1.16 -r0\
27+ php81-xml=8.1.16 -r0\
28+ php81-xmlwriter=8.1.16 -r0\
29+ php81=8.1.16 -r0\
3030 \
3131 && apk add --no-cache --virtual .build-dependencies \
3232 composer=2.4.4-r0 \
Original file line number Diff line number Diff line change 11---
22build_from :
3- aarch64 : ghcr.io/hassio-addons/base:13.1.1
4- amd64 : ghcr.io/hassio-addons/base:13.1.1
5- armhf : ghcr.io/hassio-addons/base:13.1.1
6- armv7 : ghcr.io/hassio-addons/base:13.1.1
7- i386 : ghcr.io/hassio-addons/base:13.1.1
3+ aarch64 : ghcr.io/hassio-addons/base:13.1.2
4+ amd64 : ghcr.io/hassio-addons/base:13.1.2
5+ armhf : ghcr.io/hassio-addons/base:13.1.2
6+ armv7 : ghcr.io/hassio-addons/base:13.1.2
7+ i386 : ghcr.io/hassio-addons/base:13.1.2
88codenotary :
99 base_image : codenotary@frenck.dev
1010 signer : codenotary@frenck.dev
You can’t perform that action at this time.
0 commit comments