Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 (#202)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
renovate[bot] and frenck authored May 16, 2023
1 parent 95bc3b1 commit f740895
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_17/{{package}}"
"depNameTemplate": "alpine_3_18/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
10 changes: 5 additions & 5 deletions home-panel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -13,12 +13,12 @@ ARG HOME_PANEL_VERSION="v2.11.6"
# hadolint ignore=DL3003
RUN \
apk add --no-cache --virtual .build-dependencies \
tar=1.34-r2 \
tar=1.34-r3 \
\
&& apk add --no-cache \
nginx=1.22.1-r0 \
nodejs=18.14.2-r0 \
openssl=3.0.8-r4 \
nginx=1.24.0-r3 \
nodejs=18.16.0-r1 \
openssl=3.1.0-r4 \
yarn=1.22.19-r0 \
\
&& mkdir -p /opt/panel \
Expand Down
10 changes: 5 additions & 5 deletions home-panel/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:13.2.2
amd64: ghcr.io/hassio-addons/base:13.2.2
armhf: ghcr.io/hassio-addons/base:13.2.2
armv7: ghcr.io/hassio-addons/base:13.2.2
i386: ghcr.io/hassio-addons/base:13.2.2
aarch64: ghcr.io/hassio-addons/base:14.0.0
amd64: ghcr.io/hassio-addons/base:14.0.0
armhf: ghcr.io/hassio-addons/base:14.0.0
armv7: ghcr.io/hassio-addons/base:14.0.0
i386: ghcr.io/hassio-addons/base:14.0.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit f740895

Please sign in to comment.