Skip to content

Commit

Permalink
chore(deps): update dependency fhir/sushi to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 23, 2021
1 parent 8e37aee commit 6534fbb
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 @@ -13,7 +13,7 @@ RUN apt-get update && \
ENV PUBLISHER_VERSION=1.1.67
ENV PUBLISHER_DOWNLOAD_URL="https://github.com/HL7/fhir-ig-publisher/releases/download/${PUBLISHER_VERSION}/publisher.jar"

ENV SUSHI_VERSION=1.3.1
ENV SUSHI_VERSION=1.3.2
RUN npm install -g fsh-sushi@${SUSHI_VERSION} && \
curl -LSs $PUBLISHER_DOWNLOAD_URL --output /usr/local/bin/publisher.jar && \
chmod +x /usr/local/bin/publisher.jar
Expand Down

0 comments on commit 6534fbb

Please sign in to comment.