Bump version
This commit is contained in:
@@ -62,4 +62,7 @@
|
|||||||
* Update traccar to 5.8
|
* Update traccar to 5.8
|
||||||
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.8)
|
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.8)
|
||||||
|
|
||||||
|
[1.5.1]
|
||||||
|
* Update traccar to 5.9
|
||||||
|
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.9)
|
||||||
|
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "Modern GPS Tracking Platform",
|
"tagline": "Modern GPS Tracking Platform",
|
||||||
"version": "1.5.0",
|
"version": "1.5.1",
|
||||||
"upstreamVersion": "5.8",
|
"upstreamVersion": "5.9",
|
||||||
"minBoxVersion": "7.1.0",
|
"minBoxVersion": "7.1.0",
|
||||||
"memoryLimit": 1073741824,
|
"memoryLimit": 1073741824,
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=5.8
|
ARG VERSION=5.9
|
||||||
|
|
||||||
RUN wget https://github.com/traccar/traccar/releases/download/v${VERSION}/traccar-linux-64-${VERSION}.zip -O traccar.zip && \
|
RUN wget https://github.com/traccar/traccar/releases/download/v${VERSION}/traccar-linux-64-${VERSION}.zip -O traccar.zip && \
|
||||||
unzip traccar.zip && \
|
unzip traccar.zip && \
|
||||||
|
Reference in New Issue
Block a user