Skip to content

Commit

Permalink
chore(deps): update dependency hl7/fhir-ig-publisher to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2023
1 parent dd82fc4 commit 963733e
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 @@ -22,7 +22,7 @@ EOF
COPY package*.json .
RUN npm clean-install

ENV PUBLISHER_VERSION=1.3.13
ENV PUBLISHER_VERSION=1.4.2
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 963733e

Please sign in to comment.