Merge branch 'dev' into dev

pull/857/head
Byolock 2020-10-15 12:49:48 +02:00 committed by GitHub
commit 8319c752f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,6 @@
# 0.90.71 (10-13-2020)
- Reverted Docker user in Dockerfile
# 0.90.70 (10-1-2020)
- Merged PR #806 - Enhance GRPC Monitoring
- Merged PR #692 - When login fields are autofilled the sign in button should be enabled

View File

@ -15,10 +15,6 @@ ENV IS_DOCKER=true
ENV SASS=/usr/local/bin/sassc
ENV STATPING_DIR=/app
ENV PORT=8080
ENV UID=1000
ENV GID=1000
USER $UID:$GID
EXPOSE $PORT

View File

@ -1 +1 @@
0.90.70
0.90.71