From 3602b9929a2296ce8dd9e3000f3c0c4cb4ee294f Mon Sep 17 00:00:00 2001 From: Andrei Neagu Date: Wed, 17 May 2023 09:44:45 +0200 Subject: [PATCH] new spec parsing --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a2d781..f93aa70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,9 @@ LABEL org.opencontainers.image.authors="neagu@itis.swiss" LABEL org.opencontainers.image.source="https://github.com/ITISFoundation/ci-service-integration-library" LABEL org.opencontainers.image.licenses="MIT" -ARG REPO_NAME="https://github.com/ITISFoundation/osparc-simcore.git" +ARG REPO_NAME="https://github.com/GitHK/osparc-simcore-forked.git" ARG BRANCH_NAME="add-volume-size-limits" -ARG COMMIT_SHA="5c77af3efb47b692290822482a8adee29f6f95de" +ARG COMMIT_SHA="fe2700a1913dba98dac5406db76cbd3a964f7166" ARG CLONE_DIR="/osparc" ARG PYTHON_VERSION="3.9.12" ARG DEBIAN_FRONTEND=noninteractive