Release 2.0.0-beta.4

This commit is contained in:
Linus Groh
2019-12-14 09:43:07 -05:00
parent 7767a06875
commit 8399476195
3 changed files with 11 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.0.0-beta.3"
LABEL version="2.0.0-beta.4"
LABEL description="OwnTracks UI"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \