Skip to content

Commit

Permalink
Increase version to v2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusv77 committed Mar 9, 2021
1 parent 73f67e9 commit f77fb1d
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.9.3-base" \
LABEL version="2.9.4-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.9.3-development"
LABEL version="2.9.4-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.9.3-builder"
LABEL version="2.9.4-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.9.3'
release = '2.9.4'


# -- 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.9.3",
"version": "2.9.4",
"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 f77fb1d

Please sign in to comment.