Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Mar 27, 2024
1 parent 0e5bedc commit df1bf22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM osimis/orthanc:23.4.0
FROM orthancteam/orthanc:24.3.4

COPY robust-dicomweb-forwarder.lua /scripts/

Expand Down
8 changes: 7 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Warning: version number should fit with Orthanc docker image version number!
(so a new version of the forwarder with the same version of Orthanc should be tagged 22.10.1.x)
(so a new version of the forwarder with the same version as Orthanc should be tagged 22.10.1.x)

v 24.3.4.0
==========

- upgraded Orthanc docker image to 24.3.4


v 23.4.0
=========
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
VERBOSE_ENABLED: "true"

orthanc-destination:
image: osimis/orthanc:23.4.0
image: orthancteam/orthanc:24.3.4
ports: ["10043:8042"]
restart: unless-stopped
environment:
Expand Down

0 comments on commit df1bf22

Please sign in to comment.