Release 2.9.0

This commit is contained in:
Linus Groh
2021-05-01 22:46:02 +02:00
parent 411bc10b0b
commit dfa7a423fa
3 changed files with 8 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.18-alpine
LABEL version="2.8.0"
LABEL version="2.9.0"
LABEL description="OwnTracks Frontend"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \