Bump version
This commit is contained in:
@@ -19,3 +19,7 @@
|
|||||||
* Update traccar to 5.2
|
* Update traccar to 5.2
|
||||||
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.2)
|
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.2)
|
||||||
|
|
||||||
|
[0.6.0]
|
||||||
|
* Update traccar to 5.3
|
||||||
|
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.3)
|
||||||
|
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Modern GPS Tracking Platform",
|
"tagline": "Modern GPS Tracking Platform",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"upstreamVersion": "5.2",
|
"upstreamVersion": "5.3",
|
||||||
"minBoxVersion": "7.1.0",
|
"minBoxVersion": "7.1.0",
|
||||||
"memoryLimit": 1073741824,
|
"memoryLimit": 1073741824,
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=5.2
|
ARG VERSION=5.3
|
||||||
|
|
||||||
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