1 Commits

Author SHA1 Message Date
Johannes Zellner
6a8c01ccdf Bump version 2022-07-18 08:54:20 +02:00
3 changed files with 7 additions and 3 deletions

View File

@@ -15,3 +15,7 @@
* Update traccar to 5.1
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.1)
[0.5.0]
* Update traccar to 5.2
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.2)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Modern GPS Tracking Platform",
"version": "0.4.1",
"upstreamVersion": "5.1",
"version": "0.5.0",
"upstreamVersion": "5.2",
"minBoxVersion": "7.1.0",
"memoryLimit": 1073741824,
"healthCheckPath": "/",

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=5.1
ARG VERSION=5.2
RUN wget https://github.com/traccar/traccar/releases/download/v${VERSION}/traccar-linux-64-${VERSION}.zip -O traccar.zip && \
unzip traccar.zip && \