File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors="DDBJ (Bioinformatics and DDBJ Center)"
44LABEL org.opencontainers.image.url="https://github.com/ddbj/ddbj-search-front"
55LABEL org.opencontainers.image.documentation="https://github.com/ddbj/ddbj-search-front/blob/main/README.md"
66LABEL 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 "
88LABEL org.opencontainers.image.licenses="Apache-2.0"
99
1010RUN apt update && \
Original file line number Diff line number Diff line change 11services :
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
Original file line number Diff line number Diff line change 11{
22 "name" : " ddbj-search-front" ,
33 "private" : true ,
4- "version" : " 20230423 " ,
4+ "version" : " 20240423 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments