Skip to content

Commit 7f5181c

Browse files
authored
Bump deps (#43)
* Bump deps * no * Bump build.json
1 parent f05cd31 commit 7f5181c

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

emoncms/Dockerfile

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

@@ -8,22 +8,22 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
88
# Setup base
99
RUN \
1010
apk add --no-cache \
11-
nginx=1.18.0-r15 \
12-
mariadb-client=10.5.10-r0 \
13-
php7-ctype=7.4.19-r0 \
14-
php7-curl=7.4.19-r0 \
15-
php7-fpm=7.4.19-r0 \
16-
php7-gettext=7.4.19-r0 \
17-
php7-json=7.4.19-r0 \
18-
php7-mbstring=7.4.19-r0 \
19-
php7-mysqli=7.4.19-r0 \
20-
php7-opcache=7.4.19-r00 \
21-
php7-session=7.4.19-r0 \
22-
php7-zip=7.4.19-r0 \
23-
php7=7.4.19-r0 \
11+
nginx=1.20.1-r3 \
12+
mariadb-client=10.5.12-r0 \
13+
php7-ctype=7.4.22-r0 \
14+
php7-curl=7.4.22-r0 \
15+
php7-fpm=7.4.22-r0 \
16+
php7-gettext=7.4.22-r0 \
17+
php7-json=7.4.22-r0 \
18+
php7-mbstring=7.4.22-r0 \
19+
php7-mysqli=7.4.22-r0 \
20+
php7-opcache=7.4.22-r00 \
21+
php7-session=7.4.22-r0 \
22+
php7-zip=7.4.22-r0 \
23+
php7=7.4.22-r0 \
2424
\
2525
&& apk add --no-cache --virtual .build-dependencies \
26-
git=2.30.2-r0 \
26+
git=2.32.0-r0 \
2727
\
2828
&& git clone --branch master \
2929
https://github.com/emoncms/emoncms.git /var/www/emoncms ; cd /var/www/emoncms ; git checkout 94a3f222cda2dcdf8a4b3ca6275108eca4549aec \

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

0 commit comments

Comments
 (0)