mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-28 13:58:22 +02:00
chore: update externally installed software (#4557)
Some checks failed
Build, Test & Deploy / Build AMD64 Image (push) Waiting to run
Build, Test & Deploy / Test AMD64 Image (push) Blocked by required conditions
Build, Test & Deploy / Publish AMD64 and ARM64 Image (push) Blocked by required conditions
Lint / lint (push) Waiting to run
Documentation / Deploy Docs (push) Has been cancelled
Documentation / Update `versions.json` if necessary (push) Has been cancelled
Documentation / update `latest` symlink if necessary (push) Has been cancelled
Some checks failed
Build, Test & Deploy / Build AMD64 Image (push) Waiting to run
Build, Test & Deploy / Test AMD64 Image (push) Blocked by required conditions
Build, Test & Deploy / Publish AMD64 and ARM64 Image (push) Blocked by required conditions
Lint / lint (push) Waiting to run
Documentation / Deploy Docs (push) Has been cancelled
Documentation / Update `versions.json` if necessary (push) Has been cancelled
Documentation / update `latest` symlink if necessary (push) Has been cancelled
This commit is contained in:
parent
da61eb21a3
commit
9e4749e718
3 changed files with 11 additions and 3 deletions
|
@ -18,7 +18,7 @@ function _install_build_deps() {
|
|||
}
|
||||
|
||||
function _build_package() {
|
||||
local XAPIAN_VERSION='1.9'
|
||||
local XAPIAN_VERSION='1.9.1'
|
||||
curl -fsSL "https://github.com/grosjo/fts-xapian/releases/download/${XAPIAN_VERSION}/dovecot-fts-xapian-${XAPIAN_VERSION}.tar.gz" \
|
||||
| tar -xz
|
||||
cd "fts-xapian-${XAPIAN_VERSION}"
|
||||
|
|
|
@ -60,12 +60,12 @@ function _install_utils() {
|
|||
_log 'debug' 'Installing utils sourced from Github'
|
||||
|
||||
_log 'trace' 'Installing jaq'
|
||||
local JAQ_TAG='v2.1.0'
|
||||
local JAQ_TAG='v2.3.0'
|
||||
curl -sSfL "https://github.com/01mf02/jaq/releases/download/${JAQ_TAG}/jaq-$(uname -m)-unknown-linux-gnu" -o /usr/local/bin/jaq
|
||||
chmod +x /usr/local/bin/jaq
|
||||
|
||||
_log 'trace' 'Installing step'
|
||||
local STEP_RELEASE='0.28.2'
|
||||
local STEP_RELEASE='0.28.7'
|
||||
curl -sSfL "https://github.com/smallstep/cli/releases/download/v${STEP_RELEASE}/step_linux_${STEP_RELEASE}_${ARCH_B}.tar.gz" \
|
||||
| tar -xz --directory /usr/local/bin --no-same-owner --strip-components=2 "step_${STEP_RELEASE}/bin/step"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue