Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Aug 20, 2024
1 parent dfd78d2 commit 16e841e
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 @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="DBCLS (Database Center for Life Science)
LABEL org.opencontainers.image.url="https://github.com/dbcls/backup-system"
LABEL org.opencontainers.image.documentation="https://github.com/dbcls/backup-system/blob/main/README.md"
LABEL org.opencontainers.image.source="https://github.com/dbcls/backup-system/blob/main/Dockerfile"
LABEL org.opencontainers.image.version="1.0.1"
LABEL org.opencontainers.image.version="1.1.0"
LABEL org.opencontainers.image.licenses="Apache-2.0"

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/dbcls/zuke:1.0.1
image: ghcr.io/dbcls/zuke:1.1.0
container_name: zuke
ports:
- 0.0.0.0:3000:3000
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": "zuke",
"version": "1.0.1",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 16e841e

Please sign in to comment.