diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 5efc8d5..bb66f49 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "firely.terminal": { - "version": "3.2.1", + "version": "3.3.1", "commands": ["fhir"] } } diff --git a/Dockerfile b/Dockerfile index d4fbcde..37bacc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ sushi --version EOF # renovate: datasource=github-releases depName=HL7/fhir-ig-publisher packageName=HL7/fhir-ig-publisher -ENV PUBLISHER_VERSION=1.6.28 +ENV PUBLISHER_VERSION=1.7.1 ARG PUBLISHER_DOWNLOAD_URL="https://github.com/HL7/fhir-ig-publisher/releases/download/${PUBLISHER_VERSION}/publisher.jar" RUN <