Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 13.1.3 (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 6, 2023
1 parent 16f2930 commit f8785ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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.1.2
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.1.3
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -24,10 +24,10 @@ RUN \
python3=3.10.10-r0 \
\
&& apk add --no-cache \
git=2.38.4-r0 \
git=2.38.4-r1 \
icu-data-full=72.1-r1 \
nginx=1.22.1-r0 \
nodejs=18.14.1-r0 \
nodejs=18.14.2-r0 \
npm=9.1.2-r0 \
openssh-client=9.1_p1-r2 \
patch=2.7.6-r8 \
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.1.2
amd64: ghcr.io/hassio-addons/base:13.1.2
armhf: ghcr.io/hassio-addons/base:13.1.2
armv7: ghcr.io/hassio-addons/base:13.1.2
i386: ghcr.io/hassio-addons/base:13.1.2
aarch64: ghcr.io/hassio-addons/base:13.1.3
amd64: ghcr.io/hassio-addons/base:13.1.3
armhf: ghcr.io/hassio-addons/base:13.1.3
armv7: ghcr.io/hassio-addons/base:13.1.3
i386: ghcr.io/hassio-addons/base:13.1.3
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit f8785ca

Please sign in to comment.