Skip to content

Commit

Permalink
Increase version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Jul 13, 2020
1 parent 5336909 commit 67959aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ COPY package*.json ./
RUN npm install --production && npm cache clean --force
# Set PATH
ENV PATH /opt/cric/backend/node_modules/.bin:$PATH
LABEL version="2.3.0-base" \
LABEL version="2.4.0-base" \
description="Backend in Node.js for CRIC Searchable Image Database" \
maintainer="raniere@rgaiacs.com"

FROM base as development
RUN npm install && npm cache clean --force
LABEL version="2.3.0-development"
LABEL version="2.4.0-development"

FROM base as production
# Copy ./src
COPY . ./
ENV NODE_ENV production
LABEL version="2.3.0-production"
LABEL version="2.4.0-production"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Center for Recognition and Inspection of Cells (CRIC)'

# The full version, including alpha/beta/rc tags
release = '2.3.0'
release = '2.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "searchable-image-database-nodejs",
"version": "2.3.0",
"version": "2.4.0",
"description": "CRIC Searchable Image Database is a public cervical cell image database aiming supporting cervical cancer analysis of Pap smear.",
"keywords": [
"cervical cell",
Expand Down

0 comments on commit 67959aa

Please sign in to comment.