Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 8, 2023
1 parent 13464ec commit 87072de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 deletions ftp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 87072de

Please sign in to comment.