bump server version to v1.16.0
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2020-07-21 22:43:16 +02:00
parent a1e520f601
commit b39781f5e5
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
* ENHANCEMENT
* update server to 1.15.1
* update web-vault to 2.14.0
* update server to v1.16.0
* update web-vault to v2.15.1

View File

@ -6,7 +6,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ARG VAULT_VERSION=2.14.0
ARG VAULT_VERSION=2.15.1
ADD overlay/ /

View File

@ -1,4 +1,4 @@
export BUILD_VERSION ?= 1.15.1
export BUILD_VERSION ?= 1.16.0
export DEBIAN_FRONTEND ?= noninteractive
export LANG ?= C.UTF-8
export TZ ?= UTC