Release 2.0.0-beta.5

This commit is contained in:
Linus Groh
2019-12-14 17:13:13 +00:00
parent 1f2be0aeb9
commit a31c048060
3 changed files with 10 additions and 2 deletions

View File

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