diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a8ff51a7..09aed2c9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 && \ diff --git a/docker-compose.base.yml b/docker-compose.base.yml index 8f0aa6f5..d8837bdd 100644 --- a/docker-compose.base.yml +++ b/docker-compose.base.yml @@ -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 @@ -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