diff --git a/Dockerfile b/Dockerfile index b145c4e..62a972d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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="raniere@rgaiacs.com" 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" @@ -24,7 +24,7 @@ ARG CRIC_EMAIL="cric@ufop.edu.br" 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 diff --git a/docs/conf.py b/docs/conf.py index a1933e6..21b76c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index 6f268db..03794b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "searchable-image-database-angular", - "version": "2.9.3", + "version": "2.9.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f546afb..39f0392 100644 --- a/package.json +++ b/package.json @@ -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",