mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
⬆️ Upgrades add-on base image to 13.1.1 (#129)
This commit is contained in:
parent
fe8492e62b
commit
f9fc7e4ecf
2 changed files with 12 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.7
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.1
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -6,18 +6,16 @@ FROM ${BUILD_FROM}
|
|||
# hadolint ignore=DL3003
|
||||
RUN \
|
||||
apk add --no-cache --virtual .build-dependencies \
|
||||
g++=11.2.1_git20220219-r2 \
|
||||
git=2.36.3-r0 \
|
||||
make=4.3-r0 \
|
||||
python3=3.10.8-r0 \
|
||||
g++=12.2.1_git20220924-r4 \
|
||||
git=2.38.3-r1 \
|
||||
make=4.3-r1 \
|
||||
python3=3.10.9-r1 \
|
||||
yarn=1.22.19-r0 \
|
||||
\
|
||||
&& ln -s /usr/bin/python3 /usr/bin/python \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
icu-data-full=71.1-r2 \
|
||||
icu-data-full=72.1-r1 \
|
||||
nginx=1.22.1-r0 \
|
||||
nodejs=16.17.1-r0 \
|
||||
nodejs=18.12.1-r0 \
|
||||
\
|
||||
&& yarn global add \
|
||||
modclean@3.0.0-beta.1 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:12.2.7
|
||||
amd64: ghcr.io/hassio-addons/base:12.2.7
|
||||
armhf: ghcr.io/hassio-addons/base:12.2.7
|
||||
armv7: ghcr.io/hassio-addons/base:12.2.7
|
||||
i386: ghcr.io/hassio-addons/base:12.2.7
|
||||
aarch64: ghcr.io/hassio-addons/base:13.1.1
|
||||
amd64: ghcr.io/hassio-addons/base:13.1.1
|
||||
armhf: ghcr.io/hassio-addons/base:13.1.1
|
||||
armv7: ghcr.io/hassio-addons/base:13.1.1
|
||||
i386: ghcr.io/hassio-addons/base:13.1.1
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue