Release 2.12.0

This commit is contained in:
Linus Groh
2022-09-06 20:48:59 +01:00
parent 791b756d80
commit 6361d8f415
3 changed files with 9 additions and 2 deletions

View File

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