Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Oct 6, 2021
1 parent 68ecc83 commit 38f6e54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM node@sha256:9eec4779831fa9b577b30aa55ae231d09ea3fecc01ac5f97510f7c785ea0e58
LABEL org.opencontainers.image.authors="DDBJ(DNA Data Bank of Japan) <[email protected]>"
LABEL org.opencontainers.image.url="https://github.com/ddbj/sapporo-web"
LABEL org.opencontainers.image.source="https://github.com/ddbj/sapporo-web/blob/main/Dockerfile"
LABEL org.opencontainers.image.version="1.0.8"
LABEL org.opencontainers.image.version="1.0.9"
LABEL org.opencontainers.image.description="A web application for managing and executing WES services."
LABEL org.opencontainers.image.licenses="Apache2.0"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.5'
services:
app:
image: ghcr.io/ddbj/sapporo-web:1.0.8
image: ghcr.io/ddbj/sapporo-web:1.0.9
container_name: sapporo-web
environment:
- NUXT_HOST=0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sapporo-web",
"version": "1.0.8",
"version": "1.0.9",
"description": "A web application for managing and executing WES services.",
"author": "ddbj",
"private": true,
Expand Down

0 comments on commit 38f6e54

Please sign in to comment.