Skip to content

Commit 53b24da

Browse files
committed
0.5.2
1 parent 4fc1f8e commit 53b24da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/code-push-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:8.11.4-alpine
22

33
RUN npm config set registry https://registry.npm.taobao.org/ \
4-
&& npm i -g [email protected].1 pm2@latest --no-optional
4+
&& npm i -g [email protected].2 pm2@latest --no-optional
55

66
COPY ./process.json /process.json
77

docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.7"
22
services:
33
server:
4-
image: tablee/code-push-server:v0.5.1
4+
image: tablee/code-push-server:v0.5.2
55
volumes:
66
- data-storage:/data/storage
77
- data-tmp:/data/tmp

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-push-server",
33
"description": "CodePush service is hotupdate services which adapter react-native-code-push and cordova-plugin-code-push",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)