diff --git a/Dockerfile b/Dockerfile index ca3727d..f3204d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ EOF COPY package*.json . RUN npm clean-install -ENV PUBLISHER_VERSION=1.5.8 +ENV PUBLISHER_VERSION=1.5.9 ENV PUBLISHER_DOWNLOAD_URL="https://github.com/HL7/fhir-ig-publisher/releases/download/${PUBLISHER_VERSION}/publisher.jar" RUN <