Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#815)
Browse files Browse the repository at this point in the history
* ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17

* Update dependencies

* Adjust Renovate

---------

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 Dec 7, 2024
1 parent 0f709ae commit 463d706
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_20/{{package}}"
"depNameTemplate": "alpine_3_21/{{package}}"
}
],
"packageRules": [
Expand Down
76 changes: 38 additions & 38 deletions ssh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -20,59 +20,59 @@ RUN \
apk add --no-cache --virtual .build-dependencies \
bsd-compat-headers=0.7.2-r6 \
build-base=0.5-r3 \
cmake=3.29.3-r0 \
docker=26.1.5-r0 \
json-c-dev=0.17-r0 \
cmake=3.31.1-r0 \
docker=27.3.1-r0 \
json-c-dev=0.18-r0 \
libffi-dev=3.4.6-r0 \
libuv-dev=1.48.0-r0 \
openssl-dev=3.3.2-r1 \
libuv-dev=1.49.2-r0 \
openssl-dev=3.3.2-r4 \
python3-dev=3.12.8-r0 \
zlib-dev=1.3.1-r1 \
zlib-dev=1.3.1-r2 \
\
&& apk add --no-cache \
ack=3.7.0-r1 \
alsa-plugins-pulse=1.2.7.1-r3 \
alsa-utils=1.2.11-r1 \
ack=3.7.0-r3 \
alsa-plugins-pulse=1.2.12-r0 \
alsa-utils=1.2.12-r2 \
awake=1.0-r10 \
bash-completion=2.12.0-r0 \
bash-completion=2.14.0-r0 \
bind-tools=9.18.31-r0 \
bluez=5.76-r0 \
bluez=5.79-r0 \
colordiff=1.0.21-r0 \
docker-bash-completion=26.1.5-r0 \
docker-zsh-completion=26.1.5-r0 \
docker-bash-completion=27.3.1-r0 \
docker-zsh-completion=27.3.1-r0 \
gcompat=1.1.0-r4 \
git=2.45.2-r0 \
git=2.47.1-r0 \
htop=3.3.0-r0 \
json-c=0.17-r0 \
json-c=0.18-r0\
libltdl=2.4.7-r3 \
libstdc++=13.2.1_git20240309-r0 \
libuv=1.48.0-r0 \
libxml2-utils=2.12.7-r0 \
mariadb-client=10.11.10-r0 \
mosh=1.4.0-r8 \
mosquitto-clients=2.0.18-r0 \
nano-syntax=8.0-r0 \
nano=8.0-r0 \
ncurses=6.4_p20240420-r2 \
libstdc++=14.2.0-r4 \
libuv=1.49.2-r0 \
libxml2-utils=2.13.4-r3 \
mariadb-client=11.4.4-r1 \
mosh=1.4.0-r12 \
mosquitto-clients=2.0.20-r0 \
nano-syntax=8.2-r0 \
nano=8.2-r0 \
ncurses=6.5_p20241006-r3 \
net-tools=2.10-r3 \
nmap=7.95-r0 \
openssh=9.7_p1-r4 \
openssl=3.3.2-r1 \
procps-ng=4.0.4-r0 \
nmap=7.95-r1 \
openssh=9.9_p1-r2 \
openssl=3.3.2-r4 \
procps-ng=4.0.4-r2 \
pwgen=2.08-r3 \
pulseaudio-utils=17.0-r0 \
py3-pip=24.0-r2 \
pulseaudio-utils=17.0-r4 \
py3-pip=24.3.1-r0 \
python3=3.12.8-r0 \
rsync=3.3.0-r0 \
sqlite=3.45.3-r1 \
sudo=1.9.15_p5-r0 \
tmux=3.4-r1 \
sqlite=3.47.1-r0 \
sudo=1.9.16_p2-r0 \
tmux=3.5a-r0 \
vim=9.1.0707-r0 \
wget=1.24.5-r0 \
zip=3.0-r12 \
wget=1.25.0-r0 \
zip=3.0-r13 \
zsh-autosuggestions=0.7.0-r0 \
zsh-syntax-highlighting=0.8.0-r0 \
zsh=5.9-r3 \
zsh-syntax-highlighting=0.8.0-r1 \
zsh=5.9-r4 \
\
&& git clone --depth 1 \
https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh \
Expand Down
6 changes: 3 additions & 3 deletions ssh/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:16.3.6
amd64: ghcr.io/hassio-addons/base:16.3.6
armv7: ghcr.io/hassio-addons/base:16.3.6
aarch64: ghcr.io/hassio-addons/base:17.0.0
amd64: ghcr.io/hassio-addons/base:17.0.0
armv7: ghcr.io/hassio-addons/base:17.0.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 463d706

Please sign in to comment.