Merge branch 'dev' into Fix-Failure-and-Success-Templates

pull/859/head
britannic 2020-10-14 17:31:08 -07:00 committed by GitHub
commit 5e85e255c2
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