Release 2.15.3

This commit is contained in:
Linus Groh
2024-06-15 16:25:06 +02:00
parent 0300e2fb4f
commit 9839b5acdd
4 changed files with 8 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
Dates are in UTC.
## 2.15.3 (2024-06-15)
- Force relative path for `config/config.js` even if it doesn't exist at build time
## 2.15.2 (2024-06-14)
- Fix npm lockfile

View File

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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "owntracks-frontend",
"version": "2.15.2",
"version": "2.15.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "owntracks-frontend",
"version": "2.15.2",
"version": "2.15.3",
"license": "MIT",
"dependencies": {
"deepmerge": "^4.3.1",

View File

@@ -1,6 +1,6 @@
{
"name": "owntracks-frontend",
"version": "2.15.2",
"version": "2.15.3",
"license": "MIT",
"author": {
"name": "Linus Groh",