diff --git a/Dockerfile b/Dockerfile index 553fe1f..9ab7d6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM node:18.4.0-buster-slim LABEL org.opencontainers.image.authors="DDBJ(DNA Data Bank of Japan) " LABEL org.opencontainers.image.url="https://github.com/sapporo-wes/sapporo-web" LABEL org.opencontainers.image.source="https://github.com/sapporo-wes/sapporo-web/blob/main/Dockerfile" -LABEL org.opencontainers.image.version="1.1.1" +LABEL org.opencontainers.image.version="1.2.0" LABEL org.opencontainers.image.description="A web application for managing and executing WES services." LABEL org.opencontainers.image.licenses="Apache2.0" diff --git a/docker-compose.yml b/docker-compose.yml index 29b0210..b9ba0ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.5' services: app: - image: ghcr.io/sapporo-wes/sapporo-web:1.1.1 + image: ghcr.io/sapporo-wes/sapporo-web:1.2.0 container_name: sapporo-web environment: - NUXT_HOST=0.0.0.0 diff --git a/package.json b/package.json index c061cd7..584f841 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapporo-web", - "version": "1.1.1", + "version": "1.2.0", "description": "A web application for managing and executing WES services.", "author": "DDBJ(Bioinformatics and DDBJ Center)", "scripts": {