Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
renovate[bot] and frenck authored Dec 7, 2024
1 parent 69f5160 commit 999e789
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_20/{{package}}"
"depNameTemplate": "alpine_3_21/{{package}}"
}
],
"packageRules": [
Expand Down
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:16.3.6
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.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=13.2.1_git20240309-r0 \
linux-pam-dev=1.6.0-r0 \
gcc=14.2.0-r4 \
linux-pam-dev=1.6.1-r1 \
make=4.4.1-r2 \
musl-dev=1.2.5-r0 \
musl-dev=1.2.5-r8 \
\
&& cd /tmp \
&& curl -sSL https://github.com/tiwe-de/libpam-pwdfile/archive/v1.0.tar.gz \
Expand All @@ -22,7 +22,7 @@ RUN \
&& cd - \
\
&& apk add --no-cache \
openssl=3.3.2-r1 \
openssl=3.3.2-r4 \
vsftpd=3.0.5-r2 \
\
&& apk del --no-cache --purge .build-dependencies \
Expand Down
6 changes: 3 additions & 3 deletions ftp/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:16.3.6
amd64: ghcr.io/hassio-addons/base:16.3.6
armv7: ghcr.io/hassio-addons/base:16.3.6
aarch64: ghcr.io/hassio-addons/base:17.0.0
amd64: ghcr.io/hassio-addons/base:17.0.0
armv7: ghcr.io/hassio-addons/base:17.0.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 999e789

Please sign in to comment.