Skip to content

Commit

Permalink
Release 2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Jun 15, 2024
1 parent 0300e2f commit 9839b5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
ENV LISTEN_PORT=80 \
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owntracks-frontend",
"version": "2.15.2",
"version": "2.15.3",
"license": "MIT",
"author": {
"name": "Linus Groh",
Expand Down

1 comment on commit 9839b5a

@jpmens
Copy link
Member

@jpmens jpmens commented on 9839b5a Jun 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for this.
I've updated Quicksetup accordingly.

Please sign in to comment.