Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Nov 11, 2021
1 parent 08b5133 commit 4d728a2
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/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.0.12"
LABEL org.opencontainers.image.version="1.0.13"
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/sapporo-wes/sapporo-web:1.0.12
image: ghcr.io/sapporo-wes/sapporo-web:1.0.13
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.12",
"version": "1.0.13",
"description": "A web application for managing and executing WES services.",
"author": "ddbj",
"private": true,
Expand Down

0 comments on commit 4d728a2

Please sign in to comment.