Skip to content

Commit 1da3319

Browse files
authored
Update sensorthings to v0.5.0 (#57)
1 parent 4900a97 commit 1da3319

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ WORKDIR /app
1010
# Install node requirements and clean up temporary files
1111
COPY package.json package.json
1212
RUN apt-get update && \
13+
apt-get install -y git && \
1314
su app -c "npm install" && \
1415
npm cache clear && \
1516
apt-get autoremove -y && \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"on-headers": "^1.0.1",
4949
"owasp-password-strength-test": "^1.3.0",
5050
"pg": "^6.1.0",
51-
"sensorthings": "^0.0.10",
51+
"sensorthings": "^0.5.0",
5252
"sequelize": "^3.24.5"
5353
}
5454
}

0 commit comments

Comments
 (0)