Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 12.2.3 (#351)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrades add-on base image to 12.2.3

* ⬆️ Upgrades nodejs to 16.16.0-r0
  • Loading branch information
frenck authored Aug 20, 2022
1 parent a1dc0b7 commit 2a22f9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions proxy-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.3
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -18,7 +18,7 @@ RUN \
npm=8.10.0-r0 \
openssl-dev=1.1.1q-r0 \
patch=2.7.6-r7 \
python3-dev=3.10.4-r0 \
python3-dev=3.10.5-r0 \
yarn=1.22.19-r0 \
\
&& apk add --no-cache \
Expand All @@ -29,10 +29,10 @@ RUN \
mariadb-client=10.6.8-r0 \
nginx-mod-stream=1.22.0-r1 \
nginx=1.22.0-r1 \
nodejs=16.15.0-r1 \
nodejs=16.16.0-r0 \
openssl=1.1.1q-r0 \
py3-pip=22.1.1-r0 \
python3=3.10.4-r0 \
python3=3.10.5-r0 \
\
&& ln -s /usr/bin/python3 /usr/bin/python \
\
Expand Down
10 changes: 5 additions & 5 deletions proxy-manager/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:12.2.1
amd64: ghcr.io/hassio-addons/base:12.2.1
armhf: ghcr.io/hassio-addons/base:12.2.1
armv7: ghcr.io/hassio-addons/base:12.2.1
i386: ghcr.io/hassio-addons/base:12.2.1
aarch64: ghcr.io/hassio-addons/base:12.2.3
amd64: ghcr.io/hassio-addons/base:12.2.3
armhf: ghcr.io/hassio-addons/base:12.2.3
armv7: ghcr.io/hassio-addons/base:12.2.3
i386: ghcr.io/hassio-addons/base:12.2.3
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 2a22f9d

Please sign in to comment.