diff --git a/Dockerfile b/Dockerfile index 2f9e31a..d8e58c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/blueprintframework/blueprint:v1.11.10 +FROM ghcr.io/blueprintframework/blueprint:v1.12.1 COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh