Skip to content

Commit 4546251

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v18.1.1 (#940)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <[email protected]>
1 parent 1306307 commit 4546251

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ssh/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base:18.1.0
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:18.1.1
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -43,7 +43,7 @@ RUN \
4343
gcompat=1.1.0-r4 \
4444
git=2.49.1-r0 \
4545
htop=3.4.1-r0 \
46-
json-c=0.18-r0\
46+
json-c=0.18-r1 \
4747
libltdl=2.5.4-r1 \
4848
libstdc++=14.2.0-r6 \
4949
libuv=1.51.0-r0 \

ssh/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:18.1.0
4-
amd64: ghcr.io/hassio-addons/base:18.1.0
5-
armv7: ghcr.io/hassio-addons/base:18.1.0
3+
aarch64: ghcr.io/hassio-addons/base:18.1.1
4+
amd64: ghcr.io/hassio-addons/base:18.1.1
5+
armv7: ghcr.io/hassio-addons/base:18.1.1
66
codenotary:
77
base_image: [email protected]
88

0 commit comments

Comments
 (0)