Skip to content

Commit

Permalink
chore(deps): update dependency hl7/fhir-ig-publisher to v1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 11, 2024
1 parent 26af3a6 commit f846491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
curl -LSs "$PUBLISHER_DOWNLOAD_URL" --output /usr/local/bin/publisher.jar
Expand Down

0 comments on commit f846491

Please sign in to comment.