Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 (#170)
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 9, 2023
1 parent 69f8208 commit 60136e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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_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]

0 comments on commit 60136e9

Please sign in to comment.