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

Commit

Permalink
[Gradle Release Plugin] - releasing '2.9.3'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Sep 7, 2017
1 parent c48d765 commit 71201b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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/9.2.3/bk-api-9.2.3.tgz > /tmp/bk-api.tgz ; fi
curl -L https://github.com/mageddo/bookmark-notes/releases/download/2.9.3/bk-api-2.9.3.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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.2.3
2.9.3
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
# Run prod image
prod-app-bk:
container_name: bookmarks-node-prod
image: defreitas/bookmark-notes:9.2.3
image: defreitas/bookmark-notes:2.9.3
hostname: bookmarks.mageddo
ports:
- 3000:3000
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=9.2.3
version=2.9.3

0 comments on commit 71201b7

Please # to comment.