Skip to content

Commit 2a22f9d

Browse files
authored
⬆️ Upgrades add-on base image to 12.2.3 (#351)
* ⬆️ Upgrades add-on base image to 12.2.3 * ⬆️ Upgrades nodejs to 16.16.0-r0
1 parent a1dc0b7 commit 2a22f9d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

proxy-manager/Dockerfile

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

@@ -18,7 +18,7 @@ RUN \
1818
npm=8.10.0-r0 \
1919
openssl-dev=1.1.1q-r0 \
2020
patch=2.7.6-r7 \
21-
python3-dev=3.10.4-r0 \
21+
python3-dev=3.10.5-r0 \
2222
yarn=1.22.19-r0 \
2323
\
2424
&& apk add --no-cache \
@@ -29,10 +29,10 @@ RUN \
2929
mariadb-client=10.6.8-r0 \
3030
nginx-mod-stream=1.22.0-r1 \
3131
nginx=1.22.0-r1 \
32-
nodejs=16.15.0-r1 \
32+
nodejs=16.16.0-r0 \
3333
openssl=1.1.1q-r0 \
3434
py3-pip=22.1.1-r0 \
35-
python3=3.10.4-r0 \
35+
python3=3.10.5-r0 \
3636
\
3737
&& ln -s /usr/bin/python3 /usr/bin/python \
3838
\

proxy-manager/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.1
4-
amd64: ghcr.io/hassio-addons/base:12.2.1
5-
armhf: ghcr.io/hassio-addons/base:12.2.1
6-
armv7: ghcr.io/hassio-addons/base:12.2.1
7-
i386: ghcr.io/hassio-addons/base:12.2.1
3+
aarch64: ghcr.io/hassio-addons/base:12.2.3
4+
amd64: ghcr.io/hassio-addons/base:12.2.3
5+
armhf: ghcr.io/hassio-addons/base:12.2.3
6+
armv7: ghcr.io/hassio-addons/base:12.2.3
7+
i386: ghcr.io/hassio-addons/base:12.2.3
88
codenotary:
99
base_image: codenotary@frenck.dev
1010
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)