Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lisong committed Sep 16, 2018
1 parent 4fc1f8e commit 53b24da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/code-push-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:8.11.4-alpine

RUN npm config set registry https://registry.npm.taobao.org/ \
&& npm i -g code-push-server@0.5.1 pm2@latest --no-optional
&& npm i -g code-push-server@0.5.2 pm2@latest --no-optional

COPY ./process.json /process.json

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
server:
image: tablee/code-push-server:v0.5.1
image: tablee/code-push-server:v0.5.2
volumes:
- data-storage:/data/storage
- data-tmp:/data/tmp
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-push-server",
"description": "CodePush service is hotupdate services which adapter react-native-code-push and cordova-plugin-code-push",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 53b24da

Please sign in to comment.