Skip to content

Commit 9c02c45

Browse files
committed
未だに 2023 年のつもりだった
1 parent a0c4b5e commit 9c02c45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="DDBJ (Bioinformatics and DDBJ Center)"
44
LABEL org.opencontainers.image.url="https://github.com/ddbj/ddbj-search-front"
55
LABEL org.opencontainers.image.documentation="https://github.com/ddbj/ddbj-search-front/blob/main/README.md"
66
LABEL org.opencontainers.image.source="https://github.com/ddbj/ddbj-search-front/blob/main/Dockerfile"
7-
LABEL org.opencontainers.image.version="20230423"
7+
LABEL org.opencontainers.image.version="20240423"
88
LABEL org.opencontainers.image.licenses="Apache-2.0"
99

1010
RUN apt update && \

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
app:
3-
image: ghcr.io/ddbj/ddbj-search-front:20230423
3+
image: ghcr.io/ddbj/ddbj-search-front:20240423
44
container_name: ddbj-search-front
55
ports:
66
- 0.0.0.0:3000:3000

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ddbj-search-front",
33
"private": true,
4-
"version": "20230423",
4+
"version": "20240423",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)