Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Releasing 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed May 6, 2018
1 parent 721ab72 commit 3315906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY build/* /tmp/

# GETTING API FILES FROM WEB
RUN if [ "$DOWNLOAD_API_FROM_REMOTE" = "1" ] ; then apt-get update && apt-get install -y curl && \
curl -L https://github.com/mageddo/bookmark-notes/releases/download/2.12.6/bk-api-2.12.6.tgz > /tmp/bk-api.tgz ; fi
curl -L https://github.com/mageddo/bookmark-notes/releases/download/2.13.0/bk-api-2.13.0.tgz > /tmp/bk-api.tgz ; fi

RUN mkdir -p $API_PATH && tar -xvf /tmp/bk-api*.tgz -C $API_PATH && rm -rf /tmp/*
COPY bk-api/conf $API_PATH/conf
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# Run prod image
prod-app-bk:
container_name: bookmarks-node-prod
image: defreitas/bookmark-notes:2.12.6
image: defreitas/bookmark-notes:2.13.0
hostname: bookmarks.mageddo
environment:
- HOSTNAMES=bookmarks-node.mageddo
Expand Down

0 comments on commit 3315906

Please sign in to comment.