Skip to content

Commit

Permalink
Upgrade version to 2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sthephanytezza committed Oct 29, 2021
1 parent 16e6de3 commit 816a201
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 @@ -9,13 +9,13 @@ ENV PATH /opt/cric/frontend/node_modules/.bin:$PATH
# Expose port. Otherwise, we will have "This site can’t be reached"
# https://stackoverflow.com/a/46779529
EXPOSE 4200
LABEL version="2.10.6-base" \
LABEL version="2.10.7-base" \
description="Frontend in Angular for CRIC Searchable Image Database" \
maintainer="[email protected]"

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

FROM development as builder
ARG CRIC_DOMAIN="https://database.cric.com.br"
Expand All @@ -24,7 +24,7 @@ ARG CRIC_EMAIL="[email protected]"
ARG CRIC_PLAYGROUND=false
COPY . ./
RUN ng build --prod --build-optimizer
LABEL version="2.10.6-builder"
LABEL version="2.10.7-builder"

# Build a small nginx image with static website
FROM nginx:alpine as production
Expand Down
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.10.6'
release = '2.10.7'


# -- 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-angular",
"version": "2.10.6",
"version": "2.10.7",
"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 816a201

Please sign in to comment.