Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 #170

Merged
merged 2 commits into from
Dec 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_18/{{package}}"
"depNameTemplate": "alpine_3_19/{{package}}"
}
],
"packageRules": [
Expand Down
12 changes: 6 additions & 6 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:14.3.3
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.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=12.2.1_git20220924-r10 \
linux-pam-dev=1.5.2-r10 \
make=4.4.1-r1 \
musl-dev=1.2.4-r2 \
gcc=13.2.1_git20231014-r0 \
linux-pam-dev=1.5.3-r7 \
make=4.4.1-r2 \
musl-dev=1.2.4_git20230717-r4 \
\
&& 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.1.4-r1 \
openssl=3.1.4-r2 \
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:14.3.3
amd64: ghcr.io/hassio-addons/base:14.3.3
armv7: ghcr.io/hassio-addons/base:14.3.3
aarch64: ghcr.io/hassio-addons/base:15.0.0
amd64: ghcr.io/hassio-addons/base:15.0.0
armv7: ghcr.io/hassio-addons/base:15.0.0
codenotary:
base_image: [email protected]
signer: [email protected]
Loading