Skip to content

Commit ff4619a

Browse files
committed
1.20.0
1 parent 59b805c commit ff4619a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Containerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,20 @@ LABEL \
1818
org.opencontainers.image.licenses="MIT"
1919

2020
ARG \
21-
MAS_VERSION="v1.19.0" \
21+
MAS_VERSION="v1.20.0" \
2222
MAS_REPO_URL="https://github.com/element-hq/matrix-authentication-service"
2323

2424
COPY CHANGELOG.md /usr/src/container/CHANGELOG.md
2525
COPY LICENSE /usr/src/container/LICENSE
2626
COPY README.md /usr/src/container/README.md
2727

2828
ENV \
29+
BUILD_ENV=" \
30+
ENABLE_NGINX=FALSE \
31+
NGINX_SITE_ENABLED=matrix_authentication_service \
32+
NGINX_ENABLE_CREATE_SAMPLE_HTML=FALSE \
33+
" \
34+
&& \
2935
IMAGE_NAME="nfrastack/matrix-authentication-service" \
3036
IMAGE_REPO_URL="https://github.com/nfrastack/container-matrix-authentication-service/"
3137

0 commit comments

Comments
 (0)