Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to v9.1.6 (#44)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrades add-on base image to v9.1.6

* ⬆️ Upgrades openssl to 1.1.1k-r0
  • Loading branch information
frenck authored Mar 29, 2021
1 parent 47241f0 commit 701eea9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ftp/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.1.4
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.6
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -22,7 +22,7 @@ RUN \
&& cd - \
\
&& apk add --no-cache \
openssl=1.1.1j-r0 \
openssl=1.1.1k-r0 \
vsftpd=3.0.3-r6 \
\
&& apk del --no-cache --purge .build-dependencies \
Expand Down
10 changes: 5 additions & 5 deletions ftp/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.1.4",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.4",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.4",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.4",
"i386": "ghcr.io/hassio-addons/base/i386:9.1.4"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.6",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.6",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.6",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.6",
"i386": "ghcr.io/hassio-addons/base/i386:9.1.6"
}
}

0 comments on commit 701eea9

Please sign in to comment.