Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 12.2.1 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 18, 2022
1 parent b2072e2 commit 3f1db17
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:12.0.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -22,7 +22,7 @@ RUN \
&& cd - \
\
&& apk add --no-cache \
openssl=1.1.1o-r0 \
openssl=1.1.1q-r0 \
vsftpd=3.0.5-r1 \
\
&& apk del --no-cache --purge .build-dependencies \
Expand Down
10 changes: 5 additions & 5 deletions ftp/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:12.0.0
amd64: ghcr.io/hassio-addons/base/amd64:12.0.0
armhf: ghcr.io/hassio-addons/base/armhf:12.0.0
armv7: ghcr.io/hassio-addons/base/armv7:12.0.0
i386: ghcr.io/hassio-addons/base/i386:12.0.0
aarch64: ghcr.io/hassio-addons/base:12.2.1
amd64: ghcr.io/hassio-addons/base:12.2.1
armhf: ghcr.io/hassio-addons/base:12.2.1
armv7: ghcr.io/hassio-addons/base:12.2.1
i386: ghcr.io/hassio-addons/base:12.2.1
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 3f1db17

Please sign in to comment.