mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
4db671a43a
commit
8f1ab30246
3 changed files with 11 additions and 13 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -23,7 +23,7 @@
|
||||||
],
|
],
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "loose",
|
||||||
"datasourceTemplate": "repology",
|
"datasourceTemplate": "repology",
|
||||||
"depNameTemplate": "alpine_3_18/{{package}}"
|
"depNameTemplate": "alpine_3_19/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.3.3
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.1.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -7,16 +7,14 @@ ARG THE_LOUNGE_VERSION="v4.4.1"
|
||||||
# hadolint ignore=DL3003
|
# hadolint ignore=DL3003
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
g++=12.2.1_git20220924-r10 \
|
g++=13.2.1_git20231014-r0 \
|
||||||
git=2.40.1-r0 \
|
git=2.43.0-r0 \
|
||||||
make=4.4.1-r1 \
|
make=4.4.1-r2 \
|
||||||
python3=3.11.6-r0 \
|
python3=3.11.6-r1 \
|
||||||
yarn=1.22.19-r0 \
|
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
icu-data-full=73.2-r2 \
|
icu-data-full=74.1-r0 \
|
||||||
nginx=1.24.0-r7 \
|
nginx=1.24.0-r14 \
|
||||||
nodejs=18.18.2-r0 \
|
|
||||||
\
|
\
|
||||||
&& yarn global add \
|
&& yarn global add \
|
||||||
modclean@3.0.0-beta.1 \
|
modclean@3.0.0-beta.1 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:14.3.3
|
aarch64: ghcr.io/hassio-addons/base-nodejs:0.1.0
|
||||||
amd64: ghcr.io/hassio-addons/base:14.3.3
|
amd64: ghcr.io/hassio-addons/base-nodejs:0.1.0
|
||||||
armv7: ghcr.io/hassio-addons/base:14.3.3
|
armv7: ghcr.io/hassio-addons/base-nodejs:0.1.0
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue