Skip to content
Snippets Groups Projects
Commit 483df717 authored by Xueshan Feng's avatar Xueshan Feng
Browse files

Upgrade to 2.5.12.

parent a9760cd0
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,6 @@ build:
--cache=false
--context $CI_PROJECT_DIR
--dockerfile $CI_PROJECT_DIR/Dockerfile
--destination $REGISTRY_IMAGE:2.4.59-bullseye
--destination $REGISTRY_IMAGE:2.5.12-bullseye
--destination $REGISTRY_IMAGE:$CI_COMMIT_SHA
## End of Job
#!/bin/bash -e
# Maintainer: sfeng@stanford.edu
OPENLDAP_VERSION=openldap-2.4.59
CYRUS_SASL_VERSION=cyrus-sasl-2.1.27
OPENLDAP_VERSION=openldap-2.5.12
CYRUS_SASL_VERSION=cyrus-sasl-2.1.28
OPENLDAP_TARBALL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${OPENLDAP_VERSION}.tgz
CYRUS_SASL_TARBALL=https://github.com/cyrusimap/cyrus-sasl/releases/download/${CYRUS_SASL_VERSION}/${CYRUS_SASL_VERSION}.tar.gz
DEBIAN_FRONTEND=noninteractive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment