From 3b4c97c3e96cfa194a2f44913a965a0bfeb4e44d Mon Sep 17 00:00:00 2001 From: Filippo Ledda Date: Thu, 27 Feb 2025 09:49:41 +0100 Subject: [PATCH] Build fixes --- applications/accounts/docker-compose.yaml | 2 +- applications/netpyne/dependencies/NetPyNE-UI | 1 + applications/nwb-explorer/dependencies/nwb-explorer | 2 +- applications/workspaces/tasks/dandi-copy/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 applications/netpyne/dependencies/NetPyNE-UI diff --git a/applications/accounts/docker-compose.yaml b/applications/accounts/docker-compose.yaml index fd2f076d..49f4b394 100644 --- a/applications/accounts/docker-compose.yaml +++ b/applications/accounts/docker-compose.yaml @@ -8,7 +8,7 @@ services: POSTGRES_USER: keycloak POSTGRES_PASSWORD: password keycloak: - image: quay.io/keycloak/keycloak:16.1.0 + image: osb/accounts environment: DB_VENDOR: POSTGRES DB_ADDR: postgres diff --git a/applications/netpyne/dependencies/NetPyNE-UI b/applications/netpyne/dependencies/NetPyNE-UI new file mode 160000 index 00000000..73c357ce --- /dev/null +++ b/applications/netpyne/dependencies/NetPyNE-UI @@ -0,0 +1 @@ +Subproject commit 73c357ce07c9ddc6b2a77bfa32fd5e511e389818 diff --git a/applications/nwb-explorer/dependencies/nwb-explorer b/applications/nwb-explorer/dependencies/nwb-explorer index 20e799e0..ff44c209 160000 --- a/applications/nwb-explorer/dependencies/nwb-explorer +++ b/applications/nwb-explorer/dependencies/nwb-explorer @@ -1 +1 @@ -Subproject commit 20e799e0076d0f965154e2a484df1f998f9e1452 +Subproject commit ff44c209b71b119a1d9ede41550d555e362c76e8 diff --git a/applications/workspaces/tasks/dandi-copy/Dockerfile b/applications/workspaces/tasks/dandi-copy/Dockerfile index 7613192b..57c12fc7 100644 --- a/applications/workspaces/tasks/dandi-copy/Dockerfile +++ b/applications/workspaces/tasks/dandi-copy/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.12 COPY requirements.txt . RUN --mount=type=cache,target=/root/.cache python -m pip install --upgrade pip &&\