Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Feb 27, 2025
1 parent 1ad180f commit 3b4c97c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/accounts/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions applications/netpyne/dependencies/NetPyNE-UI
Submodule NetPyNE-UI added at 73c357
2 changes: 1 addition & 1 deletion applications/nwb-explorer/dependencies/nwb-explorer
Submodule nwb-explorer updated from 20e799 to ff44c2
2 changes: 1 addition & 1 deletion applications/workspaces/tasks/dandi-copy/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 &&\
Expand Down

0 comments on commit 3b4c97c

Please sign in to comment.