diff --git a/Dockerfile b/Dockerfile index d689dcf..26f05f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM node@sha256:9eec4779831fa9b577b30aa55ae231d09ea3fecc01ac5f97510f7c785ea0e58 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.0" +LABEL org.opencontainers.image.version="1.1.1" 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 5b79585..db4ff46 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.0 + image: ghcr.io/sapporo-wes/sapporo-web:1.1.1 container_name: sapporo-web environment: - NUXT_HOST=0.0.0.0 diff --git a/package.json b/package.json index 866c6be..5d6e8d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapporo-web", - "version": "1.1.0", + "version": "1.1.1", "description": "A web application for managing and executing WES services.", "author": "ddbj", "private": true,