Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ddd348b09a | ||
|
a333a0cfb0 | ||
|
b08767dc17 |
@@ -37,3 +37,7 @@
|
||||
* Update traccar to 5.4
|
||||
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.4)
|
||||
|
||||
[1.1.0]
|
||||
* Update traccar to 5.5
|
||||
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.5)
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "Modern GPS Tracking Platform",
|
||||
"version": "1.0.3",
|
||||
"upstreamVersion": "5.4",
|
||||
"version": "1.1.0",
|
||||
"upstreamVersion": "5.5",
|
||||
"minBoxVersion": "7.1.0",
|
||||
"memoryLimit": 1073741824,
|
||||
"healthCheckPath": "/",
|
||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=5.4
|
||||
ARG VERSION=5.5
|
||||
|
||||
RUN wget https://github.com/traccar/traccar/releases/download/v${VERSION}/traccar-linux-64-${VERSION}.zip -O traccar.zip && \
|
||||
unzip traccar.zip && \
|
||||
|
602
test/package-lock.json
generated
602
test/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -10,10 +10,10 @@
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^10.0.0",
|
||||
"selenium-webdriver": "^4.5.0"
|
||||
"mocha": "^10.1.0",
|
||||
"selenium-webdriver": "^4.6.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"chromedriver": "^106.0.1"
|
||||
"chromedriver": "^107.0.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user