Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 (#1606)
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 <git@frenck.dev>
  • Loading branch information
renovate[bot] and frenck authored May 16, 2023
1 parent 55f1822 commit 89b4bd8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 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/{{{replace 'openssh-client' 'openssh' package}}}"
"depNameTemplate": "alpine_3_18/{{{replace 'openssh-client' 'openssh' package}}}"
}
],
"packageRules": [
Expand Down
22 changes: 11 additions & 11 deletions node-red/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 @@ -16,18 +16,18 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
linux-headers=5.19.5-r0 \
py3-pip=22.3.1-r1 \
python3-dev=3.10.11-r0 \
linux-headers=6.3-r0 \
py3-pip=23.1.2-r0 \
python3-dev=3.11.3-r11 \
\
&& apk add --no-cache \
git=2.38.5-r0 \
icu-data-full=72.1-r1 \
nginx=1.22.1-r0 \
nodejs=18.14.2-r0 \
npm=9.1.2-r0 \
openssh-client=9.1_p1-r2 \
patch=2.7.6-r9 \
git=2.40.1-r0 \
icu-data-full=73.1-r1 \
nginx=1.24.0-r3 \
nodejs=18.16.0-r1 \
npm=9.6.6-r0 \
openssh-client=9.3_p1-r3 \
patch=2.7.6-r10 \
\
&& npm install \
--no-audit \
Expand Down
10 changes: 5 additions & 5 deletions node-red/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: codenotary@frenck.dev
signer: codenotary@frenck.dev

0 comments on commit 89b4bd8

Please sign in to comment.