Skip to content

Commit

Permalink
updated base image
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Nov 6, 2024
1 parent 951ed80 commit 3e467ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ORTHANC_OHIF_COMMIT_ID=$(getCommitId "Orthanc-ohif" $version docker $skipCommitC
ORTHANC_STL_COMMIT_ID=$(getCommitId "Orthanc-stl" $version docker $skipCommitChecks $throttle)
ORTHANC_JAVA_COMMIT_ID=$(getCommitId "Orthanc-java" $version docker $skipCommitChecks $throttle)

BASE_DEBIAN_IMAGE=bookworm-20240926-slim
BASE_DEBIAN_IMAGE=bookworm-20241016-slim
BASE_BUILDER_IMAGE_TAG=$BASE_DEBIAN_IMAGE-$version

# list all intermediate targets. It allows us to "slow down" the build and see what's going wrong (which is not possible with 10 parallel builds)
Expand Down

0 comments on commit 3e467ad

Please sign in to comment.