diff --git a/ftp/Dockerfile b/ftp/Dockerfile index 9ec91403..d58876d0 100755 --- a/ftp/Dockerfile +++ b/ftp/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/ftp/build.yaml b/ftp/build.yaml index 181dd9fa..8995db46 100644 --- a/ftp/build.yaml +++ b/ftp/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:14.1.0 - amd64: ghcr.io/hassio-addons/base:14.1.0 - armhf: ghcr.io/hassio-addons/base:14.1.0 - armv7: ghcr.io/hassio-addons/base:14.1.0 - i386: ghcr.io/hassio-addons/base:14.1.0 + aarch64: ghcr.io/hassio-addons/base:14.1.1 + amd64: ghcr.io/hassio-addons/base:14.1.1 + armhf: ghcr.io/hassio-addons/base:14.1.1 + armv7: ghcr.io/hassio-addons/base:14.1.1 + i386: ghcr.io/hassio-addons/base:14.1.1 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev