Skip to content

Commit

Permalink
chore(docker): update comments for renovate datasource in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Jan 15, 2025
1 parent e0ba834 commit d699ba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ npm clean-install
sushi --version
EOF

# renovate: datasource=nuget depName=Firely.Terminal packageName=Firely.Terminal
# renovate: datasource=nuget depName=Firely.Terminal
ARG FIRELY_TERMINAL_VERSION=3.3.1
RUN <<EOF
set -e
dotnet tool install --global Firely.Terminal --version ${FIRELY_TERMINAL_VERSION}
fhir --version
EOF

# renovate: datasource=github-releases depName=HL7/fhir-ig-publisher packageName=HL7/fhir-ig-publisher
# renovate: datasource=github-releases depName=HL7/fhir-ig-publisher
ARG PUBLISHER_VERSION=1.7.1
ARG 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
chmod +x /usr/local/bin/publisher.jar
EOF

# renovate: datasource=github-releases depName=hapifhir/org.hl7.fhir.core packageName=hapifhir/org.hl7.fhir.core
# renovate: datasource=github-releases depName=hapifhir/org.hl7.fhir.core
ARG VALIDATOR_JAR_VERSION=6.4.0
ARG VALIDATOR_JAR_DOWNLOAD_URL="https://github.com/hapifhir/org.hl7.fhir.core/releases/download/${VALIDATOR_JAR_VERSION}/validator_cli.jar"
RUN <<EOF
Expand Down

0 comments on commit d699ba7

Please sign in to comment.