Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to v10.0.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jun 24, 2021
1 parent 4ea45d7 commit e0ef56d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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.2.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -9,10 +9,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3003
RUN \
apk add --no-cache --virtual .build-dependencies \
gcc=10.2.1_pre1-r3 \
linux-pam-dev=1.5.1-r0 \
gcc=10.3.1_git20210424-r2 \
linux-pam-dev=1.5.1-r1 \
make=4.3-r0 \
musl-dev=1.2.2-r0 \
musl-dev=1.2.2-r3 \
\
&& cd /tmp \
&& curl -sSL https://github.com/tiwe-de/libpam-pwdfile/archive/v1.0.tar.gz \
Expand All @@ -23,7 +23,7 @@ RUN \
\
&& apk add --no-cache \
openssl=1.1.1k-r0 \
vsftpd=3.0.3-r6 \
vsftpd=3.0.4-r0 \
\
&& 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.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:10.0.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:10.0.0",
"armhf": "ghcr.io/hassio-addons/base/armhf:10.0.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:10.0.0",
"i386": "ghcr.io/hassio-addons/base/i386:10.0.0"
}
}

0 comments on commit e0ef56d

Please sign in to comment.