Skip to content

Commit

Permalink
Merge pull request #150 from openradx/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
medihack authored Dec 18, 2024
2 parents 8be72ee + 3b542c3 commit 0d37963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.12
FROM mcr.microsoft.com/devcontainers/python:3.13

# Install dependency to make bash completion work with invoke
RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
- postgres_data:/var/lib/postgresql/data

orthanc1:
image: jodogne/orthanc-plugins:1.12.4
image: jodogne/orthanc-plugins:1.12.5
hostname: orthanc1.local
configs:
- source: orthanc1_config
Expand All @@ -80,7 +80,7 @@ services:
- orthanc1_data:/var/lib/orthanc/db

orthanc2:
image: jodogne/orthanc-plugins:1.12.4
image: jodogne/orthanc-plugins:1.12.5
hostname: orthanc2.local
configs:
- source: orthanc2_config
Expand Down

0 comments on commit 0d37963

Please sign in to comment.