Skip to content

Commit 5604484

Browse files
authored
Upgrade add-on base image to 9.1.4 (#160)
1 parent 6020705 commit 5604484

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

proxy-manager/Dockerfile

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

@@ -15,8 +15,8 @@ RUN \
1515
build-base=0.5-r2 \
1616
git=2.30.1-r0 \
1717
libffi-dev=3.3-r2 \
18-
npm=14.15.4-r0 \
19-
openssl-dev=1.1.1i-r0 \
18+
npm=14.15.5-r0 \
19+
openssl-dev=1.1.1j-r0 \
2020
patch=2.7.6-r6 \
2121
python3-dev=3.8.7-r0 \
2222
yarn=1.22.10-r0 \
@@ -29,8 +29,8 @@ RUN \
2929
mariadb=10.5.8-r0 \
3030
nginx-mod-stream=1.18.0-r13 \
3131
nginx=1.18.0-r13 \
32-
nodejs=14.15.4-r0 \
33-
openssl=1.1.1i-r0 \
32+
nodejs=14.15.5-r0 \
33+
openssl=1.1.1j-r0 \
3434
py3-pip=20.3.4-r0 \
3535
python2=2.7.18-r1 \
3636
python3=3.8.7-r0 \

proxy-manager/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.2",
4-
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.2",
5-
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.2",
6-
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.2",
7-
"i386": "ghcr.io/hassio-addons/base/i386:9.1.2"
3+
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.4",
4+
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.4",
5+
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.4",
6+
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.4",
7+
"i386": "ghcr.io/hassio-addons/base/i386:9.1.4"
88
}
99
}

0 commit comments

Comments
 (0)