diff --git a/Dockerfile b/Dockerfile index 7e1fdf8..7b43290 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/intelligence-ai/schemahub:v0.0.5 AS builder +FROM ghcr.io/intelligence-ai/schemahub:v0.0.6 AS builder COPY configuration.json /app/configuration.json COPY vendor /app/vendor RUN intelligence-schemahub-index /app/configuration.json /app/index