Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to v9.2.2 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jun 13, 2021
1 parent af009b2 commit ac8f79f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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/amd64:9.2.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down Expand Up @@ -44,15 +44,15 @@ RUN \
json-c=0.15-r1 \
libltdl=2.4.6-r7 \
libuv=1.40.0-r0 \
libxml2-utils=2.9.10-r6 \
libxml2-utils=2.9.10-r7 \
mariadb-client=10.5.9-r0 \
mosh=1.3.2-r17 \
mosquitto-clients=1.6.12-r2 \
nano-syntax=5.4-r1 \
nano=5.4-r1 \
ncurses=6.2_p20210109-r0 \
net-tools=1.60_git20140218-r2 \
networkmanager=1.26.6-r0 \
networkmanager=1.26.6-r1 \
nmap=7.91-r0 \
openssh=8.4_p1-r3 \
openssl=1.1.1k-r0 \
Expand Down
10 changes: 5 additions & 5 deletions ssh/build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.0",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.0",
"i386": "ghcr.io/hassio-addons/base/i386:9.2.0"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.2.2",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.2.2",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.2.2",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.2.2",
"i386": "ghcr.io/hassio-addons/base/i386:9.2.2"
}
}

0 comments on commit ac8f79f

Please sign in to comment.