File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
nwb-explorer/dependencies
workspaces/tasks/dandi-copy Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 POSTGRES_USER : keycloak
99 POSTGRES_PASSWORD : password
1010 keycloak :
11- image : quay.io/keycloak/keycloak:16.1.0
11+ image : osb/accounts
1212 environment :
1313 DB_VENDOR : POSTGRES
1414 DB_ADDR : postgres
Original file line number Diff line number Diff line change 1+ Subproject commit 73c357ce07c9ddc6b2a77bfa32fd5e511e389818
Original file line number Diff line number Diff line change 1- Subproject commit 20e799e0076d0f965154e2a484df1f998f9e1452
1+ Subproject commit ff44c209b71b119a1d9ede41550d555e362c76e8
Original file line number Diff line number Diff line change 1- FROM python:3.9
1+ FROM python:3.12
22
33COPY requirements.txt .
44RUN --mount=type=cache,target=/root/.cache python -m pip install --upgrade pip &&\
You can’t perform that action at this time.
0 commit comments