Skip to content

Commit 13f4383

Browse files
authored
Update Dockerfile
Signed-off-by: Ali Amer <76897266+aliamerj@users.noreply.github.com>
1 parent 0229483 commit 13f4383

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/Dcup-dev/dcup"
55
LABEL org.opencontainers.image.description="Dcup RAG-as-a-Service platform"
66
LABEL org.opencontainers.image.licenses="GPL-3.0"
77
LABEL org.opencontainers.image.title="Dcup RAG-as-a-Service"
8-
LABEL org.opencontainers.image.version="v1.1.0-beta"
8+
LABEL org.opencontainers.image.version="v1.1.2-beta"
99
LABEL org.opencontainers.image.authors="Ali Amer <aliamer19ali@gmail.com>"
1010
# Install required OS packages including Python
1111
RUN apk add --no-cache libc6-compat python3 py3-pip
@@ -47,4 +47,4 @@ EXPOSE 8080
4747

4848
USER nextjs
4949

50-
ENTRYPOINT ["docker-entrypoint.sh"]
50+
ENTRYPOINT ["docker-entrypoint.sh"]

0 commit comments

Comments
 (0)