prepare release
This commit is contained in:
parent
850662d773
commit
d2101d73f2
@ -1,5 +1,3 @@
|
|||||||
* FEATURE
|
* ENHANCEMENT
|
||||||
* update server to v1.14.1
|
* update server to v1.14.2
|
||||||
* update web-vault to v2.13.1
|
* update web-vault to v2.13.2
|
||||||
* add new env variable `USER_ATTACHMENT_LIMIT`
|
|
||||||
* add new env variable `ORG_ATTACHMENT_LIMIT`
|
|
||||||
|
@ -6,7 +6,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
|
|||||||
org.label-schema.vendor="Robert Kaussow" \
|
org.label-schema.vendor="Robert Kaussow" \
|
||||||
org.label-schema.schema-version="1.0"
|
org.label-schema.schema-version="1.0"
|
||||||
|
|
||||||
ARG VAULT_VERSION=2.13.1
|
ARG VAULT_VERSION=2.13.2b
|
||||||
|
|
||||||
ADD overlay/ /
|
ADD overlay/ /
|
||||||
|
|
||||||
|
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
export BUILD_VERSION ?= 1.14.1
|
export BUILD_VERSION ?= 1.14.2
|
||||||
export DEBIAN_FRONTEND ?= noninteractive
|
export DEBIAN_FRONTEND ?= noninteractive
|
||||||
export LANG ?= C.UTF-8
|
export LANG ?= C.UTF-8
|
||||||
export TZ ?= UTC
|
export TZ ?= UTC
|
||||||
@ -21,7 +21,7 @@ build-bin:
|
|||||||
rustup set profile minimal && \
|
rustup set profile minimal && \
|
||||||
cd $(SRC) && \
|
cd $(SRC) && \
|
||||||
rustup target add x86_64-unknown-linux-musl && \
|
rustup target add x86_64-unknown-linux-musl && \
|
||||||
cargo build -j 8 --features $(DB) --release
|
BWRS_VERSION="$${BUILD_VERSION##v}" cargo build -j 8 --features $(DB) --release
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user