Release 2.13.1

Oops, I forgot to bump the version...
This commit is contained in:
Linus Groh
2024-06-09 15:36:21 +01:00
parent ed3e6125e9
commit 723ce684ae
4 changed files with 8 additions and 4 deletions

View File

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